NOOT NOOT

Replaces swear words with NOOT NOOT.

Qu'est-ce que NOOT NOOT ?

NOOT NOOT est une extension Chrome développée par anodium, et sa fonction principale est "Replaces swear words with NOOT NOOT.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension NOOT NOOT

Téléchargez les fichiers d'extension NOOT NOOT 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

                        Exactly what it says on the tin; it replaces swear words with NOOT NOOT. Pretty straightforward.                    

Informations de Base sur l'Extension

Nom NOOT NOOT NOOT NOOT
ID pefpfonanmllmikkgkcibbmijobflocb
URL Officiel https://chromewebstore.google.com/detail/noot-noot/pefpfonanmllmikkgkcibbmijobflocb
Description Replaces swear words with NOOT NOOT.
Taille du Fichier 22.27 KB
Nombre d'Installations 134
Version Actuelle Chips Release
Dernière Mise à Jour 2016-09-13
Date de Publication 2016-09-13
Évaluation 4.30/5 Total 20 Évaluations
Développeur anodium
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/anodium/noot-noot
URL de la Page d'Aide https://github.com/anodium/noot-noot/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NOOT NOOT",
    "version": "1.1.0",
    "version_name": "Chips Release",
    "description": "Replaces swear words with NOOT NOOT.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "Andrea Garcia",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "noot.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "swear.json"
    ]
}