Gawker Blocker

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

What is Gawker Blocker?

Gawker Blocker is a Chrome extension developed by neal, and its main feature is "Blocks requests to the gawker network before they are sent. https://github.com/nealgranger/gawkerblocker".

Extension Screenshots

screenshot

Download Gawker Blocker Extension CRX File

Download Gawker Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Gawker Blocker Gawker Blocker
ID nlgiecmdnpopiobpnjlilpibagojifgm
Official URL https://chromewebstore.google.com/detail/gawker-blocker/nlgiecmdnpopiobpnjlilpibagojifgm
Description Blocks requests to the gawker network before they are sent. https://github.com/nealgranger/gawkerblocker
File Size 7.46 KB
Installation Count 31
Current Version 0.1.0
Last Updated 2015-07-18
Publish Date 2015-07-17
Rating 5.00/5 Total 8 Ratings
Developer neal
Payment Type free
Extension Website https://github.com/nealgranger/gawkerblocker
Supported Languages 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",
        ""
    ]
}