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
官方URL 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",
        ""
    ]
}