Annoying Browsing

Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that

Apa itu Annoying Browsing?

Annoying Browsing adalah ekstensi Chrome yang dikembangkan oleh kalandrey92, dan fitur utamanya adalah "Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Annoying Browsing

Unduh file ekstensi Annoying Browsing 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

                        Sometimes you just want to spice up your regular internet browsing experience. There's a ton of very helpful extensions out there which make your life easier. This extension doesn't. Experience hardcore rages and headache-inducing fonts or make text completely disappear. Perfect to use on your friend's computer.                    

Informasi Dasar Ekstensi

Nama Annoying Browsing Annoying Browsing
ID amocooflhobdfdnlkpdnapkcafolalhh
URL Resmi https://chromewebstore.google.com/detail/annoying-browsing/amocooflhobdfdnlkpdnapkcafolalhh
Deskripsi Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that
Ukuran File 4.43 KB
Jumlah Instalasi 859
Versi Saat Ini 1
Terakhir Diperbarui 2016-12-18
Tanggal Publikasi 2016-12-18
Penilaian 3.00/5 Total 2 Penilaian
Pengembang kalandrey92
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Annoying Browsing",
    "version": "1",
    "permissions": [
        "activeTab"
    ],
    "description": "Whether you want to annoy your friend or annoy yourself, 'Annoying Browsing' is a perfect tool to do that",
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    }
}