WebStrike

Easily block websites during worker strikes and make a bigger impact.

What is WebStrike?

WebStrike is a Chrome extension developed by doomy, and its main feature is "Easily block websites during worker strikes and make a bigger impact.".

Download WebStrike Extension CRX File

Download WebStrike 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

                        Automatically block websites for usage in worker strikes based on an ever-updating manifest of anti-union and anti-worker companies.  Early code, use at your own risk.                    

Extension Basic Information

Name WebStrike WebStrike
ID gncbiclggjkgcnecfcfpdclkdojpjajj
Official URL https://chrome.google.com/webstore/detail/webstrike/gncbiclggjkgcnecfcfpdclkdojpjajj
Description Easily block websites during worker strikes and make a bigger impact.
File Size 6.56 KB
Installation Count 287
Current Version 0.1.1
Last Updated 2018-07-10
Publish Date 2018-07-10
Rating 4.74/5 Total 19 Ratings
Developer doomy
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebStrike",
    "description": "Easily block websites during worker strikes and make a bigger impact.",
    "version": "0.1.1",
    "browser_action": {
        "default_title": "WebStrike On",
        "default_popup": "src\/html\/popup.html"
    },
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "storage"
    ],
    "background": {
        "scripts": [
            "src\/js\/webstrike.js"
        ],
        "persistent": true
    }
}