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…

Vad är Creator of Noise?

Creator of Noise är en Chrome-tillägg utvecklad av mzozy92, och dess huvudfunktion är "This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…".

Tilläggsskärmbilder

screenshot

Ladda ner Creator of Noise-förlängningens CRX-fil

Ladda ner Creator of Noise-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Creator of Noise Creator of Noise
ID mgdalnbhcaieimecagopbfjeebbehbhj
Officiell webbadress https://chrome.google.com/webstore/detail/creator-of-noise/mgdalnbhcaieimecagopbfjeebbehbhj
Beskrivning This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…
Filstorlek 3.41 KB
Antal Installationer 77
Aktuell Version 1.0
Senast Uppdaterad 2016-04-21
Publiceringsdatum 2016-04-21
Betyg 2.86/5 Totalt 7 Betyg
Utvecklare mzozy92
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}