NOOT NOOT

Replaces swear words with NOOT NOOT.

What is NOOT NOOT?

NOOT NOOT is a Chrome extension developed by anodium, and its main feature is "Replaces swear words with NOOT NOOT.".

Extension Screenshots

screenshot
screenshot
screenshot

Download NOOT NOOT Extension CRX File

Download NOOT NOOT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name NOOT NOOT NOOT NOOT
ID pefpfonanmllmikkgkcibbmijobflocb
Official URL https://chromewebstore.google.com/detail/noot-noot/pefpfonanmllmikkgkcibbmijobflocb
Description Replaces swear words with NOOT NOOT.
File Size 22.27 KB
Installation Count 134
Current Version Chips Release
Last Updated 2016-09-13
Publish Date 2016-09-13
Rating 4.30/5 Total 20 Ratings
Developer anodium
Email [email protected]
Payment Type free
Extension Website https://github.com/anodium/noot-noot
Help Page URL https://github.com/anodium/noot-noot/issues
Supported Languages 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"
    ]
}