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…

Cos'è Creator of Noise?

Creator of Noise è un'estensione di Chrome sviluppata da mzozy92, e la sua funzione principale è "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 dell'Estensione

screenshot

Scarica il file CRX dell'estensione Creator of Noise

Scarica i file di estensione Creator of Noise in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Creator of Noise Creator of Noise
ID mgdalnbhcaieimecagopbfjeebbehbhj
URL Ufficiale https://chrome.google.com/webstore/detail/creator-of-noise/mgdalnbhcaieimecagopbfjeebbehbhj
Descrizione This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…
Dimensione del File 3.41 KB
Conteggio Installazioni 77
Versione Corrente 1.0
Ultimo Aggiornamento 2016-04-21
Data di Pubblicazione 2016-04-21
Valutazione 2.86/5 Totale 7 Valutazioni
Sviluppatore mzozy92
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}