Lone Wolf
They're not a lone wolf, they're a white terrorist
Cos'è Lone Wolf?
Lone Wolf è un'estensione di Chrome sviluppata da jemtallon, e la sua funzione principale è "They're not a lone wolf, they're a white terrorist".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Lone Wolf
Scarica i file di estensione Lone Wolf 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
Tired of racist journalists labeling every brown person with a gun as a "terrorist" but every white person with a gun as a "lone wolf"? Let's fix that glitch.
Informazioni di Base sull'Estensione
Nome | |
ID | lefghopkppbhkhmaiilecljbfhhchmcp |
URL Ufficiale | https://chromewebstore.google.com/detail/lone-wolf/lefghopkppbhkhmaiilecljbfhhchmcp |
Descrizione | They're not a lone wolf, they're a white terrorist |
Dimensione del File | 4.2 KB |
Conteggio Installazioni | 30 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2017-10-02 |
Data di Pubblicazione | 2017-10-02 |
Valutazione | 3.50/5 Totale 4 Valutazioni |
Sviluppatore | jemtallon |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lone Wolf", "version": "1.0.0", "manifest_version": 2, "description": "They're not a lone wolf, they're a white terrorist", "browser_action": { "name": "Lone Wolf", "icons": [ "icon.png" ], "default_icon": "icon.png" }, "icons": { "16": "icon.png" }, "content_scripts": [ { "js": [ "background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |