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…

Co to jest Creator of Noise?

Creator of Noise to rozszerzenie Chrome opracowane przez mzozy92, a jego główną funkcją jest „This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Creator of Noise

Pobierz pliki rozszerzeń Creator of Noise w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Creator of Noise Creator of Noise
ID mgdalnbhcaieimecagopbfjeebbehbhj
Oficjalny URL https://chrome.google.com/webstore/detail/creator-of-noise/mgdalnbhcaieimecagopbfjeebbehbhj
Opis This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…
Rozmiar pliku 3.41 KB
Liczba instalacji 77
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-04-21
Data Publikacji 2016-04-21
Ocena 2.86/5 Łącznie 7 Oceny
Deweloper mzozy92
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}