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…

Qu'est-ce que Creator of Noise ?

Creator of Noise est une extension Chrome développée par mzozy92, et sa fonction principale est "This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Creator of Noise

Téléchargez les fichiers d'extension Creator of Noise au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Creator of Noise Creator of Noise
ID mgdalnbhcaieimecagopbfjeebbehbhj
URL Officiel https://chrome.google.com/webstore/detail/creator-of-noise/mgdalnbhcaieimecagopbfjeebbehbhj
Description This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…
Taille du Fichier 3.41 KB
Nombre d'Installations 77
Version Actuelle 1.0
Dernière Mise à Jour 2016-04-21
Date de Publication 2016-04-21
Évaluation 2.86/5 Total 7 Évaluations
Développeur mzozy92
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}