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…

Was ist Creator of Noise?

Creator of Noise ist eine Chrome-Erweiterung, die von mzozy92 entwickelt wurde, und ihr Hauptmerkmal ist "This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…".

Erweiterungsscreenshots

screenshot

Creator of Noise-Erweiterungs-CRX-Datei herunterladen

Laden Sie Creator of Noise-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Creator of Noise Creator of Noise
ID mgdalnbhcaieimecagopbfjeebbehbhj
Offizielle URL https://chrome.google.com/webstore/detail/creator-of-noise/mgdalnbhcaieimecagopbfjeebbehbhj
Beschreibung This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…
Dateigröße 3.41 KB
Installationsanzahl 77
Aktuelle Version 1.0
Letztes Update 2016-04-21
Veröffentlichungsdatum 2016-04-21
Bewertung 2.86/5 Insgesamt 7 Bewertungen
Entwickler mzozy92
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}