WebStrike

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

Vad är WebStrike?

WebStrike är en Chrome-tillägg utvecklad av doomy, och dess huvudfunktion är "Easily block websites during worker strikes and make a bigger impact.".

Ladda ner WebStrike-förlängningens CRX-fil

Ladda ner WebStrike-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn WebStrike WebStrike
ID gncbiclggjkgcnecfcfpdclkdojpjajj
Officiell webbadress https://chrome.google.com/webstore/detail/webstrike/gncbiclggjkgcnecfcfpdclkdojpjajj
Beskrivning Easily block websites during worker strikes and make a bigger impact.
Filstorlek 6.56 KB
Antal Installationer 287
Aktuell Version 0.1.1
Senast Uppdaterad 2018-07-10
Publiceringsdatum 2018-07-10
Betyg 4.74/5 Totalt 19 Betyg
Utvecklare doomy
Betalningssätt free
Stödda Språk 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
    }
}