Creator of Noise

This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…

Creator of Noise क्या है?

Creator of Noise mzozy92 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…"।

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

screenshot

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

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

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

                        This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using it, all your text will become unreadable signs that will clearly show the ads that a website has.                    

एक्सटेंशन की मूल जानकारी

नाम Creator of Noise Creator of Noise
ID mgdalnbhcaieimecagopbfjeebbehbhj
आधिकारिक URL https://chrome.google.com/webstore/detail/creator-of-noise/mgdalnbhcaieimecagopbfjeebbehbhj
विवरण This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…
फ़ाइल का आकार 3.41 KB
स्थापना संख्या 77
वर्तमान संस्करण 1.0
अंतिम अपडेट 2016-04-21
प्रकाशन तिथि 2016-04-21
रेटिंग 2.86/5 कुल 7 रेटिंग्स
डेवलपर mzozy92
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Creator of Noise",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "changefont.css"
            ]
        }
    ]
}