Lone Wolf
They're not a lone wolf, they're a white terrorist
Vad är Lone Wolf?
Lone Wolf är en Chrome-tillägg utvecklad av jemtallon, och dess huvudfunktion är "They're not a lone wolf, they're a white terrorist".
Tilläggsskärmbilder
Ladda ner Lone Wolf-förlängningens CRX-fil
Ladda ner Lone Wolf-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
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.
Grundläggande Information om Tillägg
Namn | |
ID | lefghopkppbhkhmaiilecljbfhhchmcp |
Officiell webbadress | https://chromewebstore.google.com/detail/lone-wolf/lefghopkppbhkhmaiilecljbfhhchmcp |
Beskrivning | They're not a lone wolf, they're a white terrorist |
Filstorlek | 4.2 KB |
Antal Installationer | 30 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2017-10-02 |
Publiceringsdatum | 2017-10-02 |
Betyg | 3.50/5 Totalt 4 Betyg |
Utvecklare | jemtallon |
Betalningssätt | free |
Stödda Språk | 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:\/\/*\/*" ] } ] } |