Gawker Blocker

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

什麼是Gawker Blocker?

Gawker Blocker是由neal開發的Chrome擴展程式,該擴展的主要功能是“Blocks requests to the gawker network before they are sent. https://github.com/nealgranger/gawkerblocker”。

擴展截圖

screenshot

下載Gawker Blocker擴展crx文件

下載Gawker Blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Gawker Blocker Gawker Blocker
ID nlgiecmdnpopiobpnjlilpibagojifgm
官方網址 https://chromewebstore.google.com/detail/gawker-blocker/nlgiecmdnpopiobpnjlilpibagojifgm
簡介 Blocks requests to the gawker network before they are sent. https://github.com/nealgranger/gawkerblocker
檔案大小 7.46 KB
安裝次數 31
目前版本 0.1.0
更新時間 2015-07-18
上架時間 2015-07-17
評分 5.00/5 共 8 次評分
開發者 neal
付費類型 free
擴展官網 https://github.com/nealgranger/gawkerblocker
支援的語言 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",
        ""
    ]
}