Lone Wolf
They're not a lone wolf, they're a white terrorist
Wat is Lone Wolf?
Lone Wolf is een Chrome-extensie ontwikkeld door jemtallon, en de belangrijkste functie is "They're not a lone wolf, they're a white terrorist".
Extensie Screenshots
Download het CRX-bestand van de extensie Lone Wolf
Download Lone Wolf-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | lefghopkppbhkhmaiilecljbfhhchmcp |
Officiële URL | https://chromewebstore.google.com/detail/lone-wolf/lefghopkppbhkhmaiilecljbfhhchmcp |
Beschrijving | They're not a lone wolf, they're a white terrorist |
Bestandsgrootte | 4.2 KB |
Aantal Installaties | 30 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2017-10-02 |
Publicatiedatum | 2017-10-02 |
Beoordeling | 3.50/5 Totaal 4 Beoordelingen |
Ontwikkelaar | jemtallon |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/*" ] } ] } |