Page Filter Effects

Fun filter effect for webpage.

什么是Page Filter Effects?

Page Filter Effects是由Tushar Vaghela开发的Chrome扩展程序,该扩展的主要功能是“Fun filter effect for webpage.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Page Filter Effects扩展crx文件

下载Page Filter Effects扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Fun effects for same old sites.
You can make any site Blur, Greyscale, Sepia, Bright, Invert using this tool.

If you want it as normal choose "Reset"

If you have heard about UFO on Google map http://bit.ly/UFOinGMAP , you can see that UFO in high contrast image live on Google Map.

I have build this tool to change color of FB so that Manager can not figure out that I am on Facebook from away. :p

I have not update it since long, I am planning to update it soon. So if you are using it and want to report bug or want any feature please mail me at [email protected]                    

扩展基本信息

名称 Page Filter Effects Page Filter Effects
ID apnbkmkpchabofhbnmhbdbnlpkbcomkg
官方URL https://chromewebstore.google.com/detail/page-filter-effects/apnbkmkpchabofhbnmhbdbnlpkbcomkg
简介 Fun filter effect for webpage.
文件大小 18.69 KB
安装次数 2,664
当前版本 1.3
更新时间 2022-02-13
上架时间 2019-12-31
评分 3.57/5 共7次评分
开发者 Tushar Vaghela
电子邮箱 [email protected]
付费类型 free
扩展官网 https://tusharv.in/pfe/
隐私政策页面URL https://newstab.netlify.app/privacy-policy.html
支持的语言 en
manifest.json
{
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Set this page's color effect"
    },
    "description": "Fun filter effect for webpage.",
    "icons": {
        "128": "icon128.png",
        "16": "icon.png",
        "48": "icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlYT0SJ\/1ilxHmEcCQCP12wDMtCedRepklK76UJh31LZv93Y4WfMY1vQ1IQoavEDVyTiLBwsTxNJIXDHE9X3OZNLjH15puQvix7u9utrBDn4gJXy9jBt5r6EoW30wzC8LYthiEk3KXwtmi2yKr0P30\/nzdYLlH0c4l7GqKOM0HaUVjiU9plX3svUjwbAmIdvnwefngzwjhkooLcB\/mOum51sMMWukC\/5GE7lwT4udWoYEr7SwXX11r\/4B5Tw9H1pL1FA7W9y7WJRxFnBNjdKaCS6LpsO0dsE1f3Yr6WGQRAjnZGovXbMz\/jJ4NUEE8UQHH2Ldbtis\/qPbkRSVzFE\/jwIDAQAB",
    "manifest_version": 2,
    "name": "Page Filter Effects",
    "short_name": "PFE",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3"
}