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…

Co je Creator of Noise?

Creator of Noise je rozšíření Chrome vyvinuté mzozy92, a jeho hlavní funkcí je „This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Creator of Noise

Stáhněte si soubory rozšíření Creator of Noise ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Creator of Noise Creator of Noise
ID mgdalnbhcaieimecagopbfjeebbehbhj
Oficiální URL https://chrome.google.com/webstore/detail/creator-of-noise/mgdalnbhcaieimecagopbfjeebbehbhj
Popis This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…
Velikost souboru 3.41 KB
Počet instalací 77
Aktuální Verze 1.0
Poslední Aktualizace 2016-04-21
Datum Vydání 2016-04-21
Hodnocení 2.86/5 Celkem 7 Hodnocení
Vývojář mzozy92
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}