Site Effects

Add awesome filters to websites.

什么是Site Effects?

Site Effects是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Add awesome filters to websites.”。

扩展截图

screenshot

下载Site Effects扩展crx文件

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

扩展使用说明

                        Site affects is a cool chrome extension that lets you make any site crazy and add to it awesome effects. For example you can blur, gray scale, invert, change hue and much more. Try combining effects, see what crazy thing you can create. Have fun (-;                    

扩展基本信息

名称 Site Effects Site Effects
ID amdlkmlajndpeebikkpnkodjiepagkef
官方URL https://chromewebstore.google.com/detail/site-effects/amdlkmlajndpeebikkpnkodjiepagkef
简介 Add awesome filters to websites.
文件大小 1.36 MB
安装次数 96
当前版本 1.0
更新时间 2020-04-14
上架时间 2020-04-08
开发者 Unknown
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Site Effects",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Add awesome filters to websites.",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Add awesome filters to websites.",
        "default_popup": "extension.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}