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…

Wat is Creator of Noise?

Creator of Noise is een Chrome-extensie ontwikkeld door mzozy92, en de belangrijkste functie is "This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Creator of Noise

Download Creator of Noise-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Creator of Noise Creator of Noise
ID mgdalnbhcaieimecagopbfjeebbehbhj
Officiële URL https://chrome.google.com/webstore/detail/creator-of-noise/mgdalnbhcaieimecagopbfjeebbehbhj
Beschrijving This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…
Bestandsgrootte 3.41 KB
Aantal Installaties 77
Huidige Versie 1.0
Laatst Bijgewerkt 2016-04-21
Publicatiedatum 2016-04-21
Beoordeling 2.86/5 Totaal 7 Beoordelingen
Ontwikkelaar mzozy92
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}