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…

Apa itu Creator of Noise?

Creator of Noise adalah ekstensi Chrome yang dikembangkan oleh mzozy92, dan fitur utamanya adalah "This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Creator of Noise

Unduh file ekstensi Creator of Noise dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Creator of Noise Creator of Noise
ID mgdalnbhcaieimecagopbfjeebbehbhj
URL Resmi https://chrome.google.com/webstore/detail/creator-of-noise/mgdalnbhcaieimecagopbfjeebbehbhj
Deskripsi This Plugin will change the font on any webpage to Wingdings. The plugin explores the idea of creating noise on a website. By using…
Ukuran File 3.41 KB
Jumlah Instalasi 77
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-04-21
Tanggal Publikasi 2016-04-21
Penilaian 2.86/5 Total 7 Penilaian
Pengembang mzozy92
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}