Site Effects

Add awesome filters to websites.

Site Effects क्या है?

Site Effects Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add awesome filters to websites."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Site Effects एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}