WebStrike

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

Cos'è WebStrike?

WebStrike è un'estensione di Chrome sviluppata da doomy, e la sua funzione principale è "Easily block websites during worker strikes and make a bigger impact.".

Scarica il file CRX dell'estensione WebStrike

Scarica i file di estensione WebStrike in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome WebStrike WebStrike
ID gncbiclggjkgcnecfcfpdclkdojpjajj
URL Ufficiale https://chrome.google.com/webstore/detail/webstrike/gncbiclggjkgcnecfcfpdclkdojpjajj
Descrizione Easily block websites during worker strikes and make a bigger impact.
Dimensione del File 6.56 KB
Conteggio Installazioni 287
Versione Corrente 0.1.1
Ultimo Aggiornamento 2018-07-10
Data di Pubblicazione 2018-07-10
Valutazione 4.74/5 Totale 19 Valutazioni
Sviluppatore doomy
Tipo di Pagamento free
Lingue Supportate 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
    }
}