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…

What is Creator of Noise?

Creator of Noise is a Chrome extension developed by mzozy92, and its main feature 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…".

Extension Screenshots

screenshot

Download Creator of Noise Extension CRX File

Download Creator of Noise 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

                        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.                    

Extension Basic Information

Name Creator of Noise Creator of Noise
ID mgdalnbhcaieimecagopbfjeebbehbhj
Official URL 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…
File Size 3.41 KB
Installation Count 77
Current Version 1.0
Last Updated 2016-04-21
Publish Date 2016-04-21
Rating 2.86/5 Total 7 Ratings
Developer mzozy92
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}