Lone Wolf
They're not a lone wolf, they're a white terrorist
What is Lone Wolf?
Lone Wolf is a Chrome extension developed by jemtallon, and its main feature is "They're not a lone wolf, they're a white terrorist".
Extension Screenshots
Download Lone Wolf Extension CRX File
Download Lone Wolf extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | lefghopkppbhkhmaiilecljbfhhchmcp |
Official URL | https://chromewebstore.google.com/detail/lone-wolf/lefghopkppbhkhmaiilecljbfhhchmcp |
Description | They're not a lone wolf, they're a white terrorist |
File Size | 4.2 KB |
Installation Count | 30 |
Current Version | 1.0.0 |
Last Updated | 2017-10-02 |
Publish Date | 2017-10-02 |
Rating | 3.50/5 Total 4 Ratings |
Developer | jemtallon |
Payment Type | free |
Supported Languages | 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:\/\/*\/*" ] } ] } |