Gawker Blocker

Blocks requests to the gawker network before they are sent. https://github.com/nealgranger/gawkerblocker

Apa itu Gawker Blocker?

Gawker Blocker adalah ekstensi Chrome yang dikembangkan oleh neal, dan fitur utamanya adalah "Blocks requests to the gawker network before they are sent. https://github.com/nealgranger/gawkerblocker".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Gawker Blocker

Unduh file ekstensi Gawker Blocker 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

                        Blocks requests to the gawker network before they are sent.
https://github.com/nealgranger/gawkerblocker                    

Informasi Dasar Ekstensi

Nama Gawker Blocker Gawker Blocker
ID nlgiecmdnpopiobpnjlilpibagojifgm
URL Resmi https://chromewebstore.google.com/detail/gawker-blocker/nlgiecmdnpopiobpnjlilpibagojifgm
Deskripsi Blocks requests to the gawker network before they are sent. https://github.com/nealgranger/gawkerblocker
Ukuran File 7.46 KB
Jumlah Instalasi 31
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2015-07-18
Tanggal Publikasi 2015-07-17
Penilaian 5.00/5 Total 8 Penilaian
Pengembang neal
Tipe Pembayaran free
Situs Ekstensi https://github.com/nealgranger/gawkerblocker
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gawker Blocker",
    "version": "0.1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "notifications",
        ""
    ]
}