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…

Hvad er Creator of Noise?

Creator of Noise er en Chrome-udvidelse udviklet af mzozy92, og dens hovedfunktion er "This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…".

Udvidelsesskærmbilleder

screenshot

Download Creator of Noise-udvidelses-CRX-fil

Download Creator of Noise-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Creator of Noise Creator of Noise
ID mgdalnbhcaieimecagopbfjeebbehbhj
Officiel URL https://chrome.google.com/webstore/detail/creator-of-noise/mgdalnbhcaieimecagopbfjeebbehbhj
Beskrivelse This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…
Filstørrelse 3.41 KB
Antal Installationer 77
Nuværende Version 1.0
Senest Opdateret 2016-04-21
Udgivelsesdato 2016-04-21
Bedømmelse 2.86/5 Samlet 7 Bedømmelser
Udvikler mzozy92
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}