WebStrike

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

什麼是WebStrike?

WebStrike是由doomy開發的Chrome擴展程式,該擴展的主要功能是“Easily block websites during worker strikes and make a bigger impact.”。

下載WebStrike擴展crx文件

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

擴展使用說明

                        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.                    

擴展基本資訊

名稱 WebStrike WebStrike
ID gncbiclggjkgcnecfcfpdclkdojpjajj
官方網址 https://chrome.google.com/webstore/detail/webstrike/gncbiclggjkgcnecfcfpdclkdojpjajj
簡介 Easily block websites during worker strikes and make a bigger impact.
檔案大小 6.56 KB
安裝次數 287
目前版本 0.1.1
更新時間 2018-07-10
上架時間 2018-07-10
評分 4.74/5 共 19 次評分
開發者 doomy
付費類型 free
支援的語言 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
    }
}