Site Effects

Add awesome filters to websites.

What is Site Effects?

Site Effects is a Chrome extension developed by Unknown, and its main feature is "Add awesome filters to websites.".

Extension Screenshots

screenshot

Download Site Effects Extension CRX File

Download Site Effects extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 (-;                    

Extension Basic Information

Name Site Effects Site Effects
ID amdlkmlajndpeebikkpnkodjiepagkef
Official URL https://chromewebstore.google.com/detail/site-effects/amdlkmlajndpeebikkpnkodjiepagkef
Description Add awesome filters to websites.
File Size 1.36 MB
Installation Count 96
Current Version 1.0
Last Updated 2020-04-14
Publish Date 2020-04-08
Developer Unknown
Payment Type free
Supported Languages 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"
    }
}