Lone Wolf

They're not a lone wolf, they're a white terrorist

Was ist Lone Wolf?

Lone Wolf ist eine Chrome-Erweiterung, die von jemtallon entwickelt wurde, und ihr Hauptmerkmal ist "They're not a lone wolf, they're a white terrorist".

Erweiterungsscreenshots

screenshot

Lone Wolf-Erweiterungs-CRX-Datei herunterladen

Laden Sie Lone Wolf-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Lone Wolf Lone Wolf
ID lefghopkppbhkhmaiilecljbfhhchmcp
Offizielle URL https://chromewebstore.google.com/detail/lone-wolf/lefghopkppbhkhmaiilecljbfhhchmcp
Beschreibung They're not a lone wolf, they're a white terrorist
Dateigröße 4.2 KB
Installationsanzahl 30
Aktuelle Version 1.0.0
Letztes Update 2017-10-02
Veröffentlichungsdatum 2017-10-02
Bewertung 3.50/5 Insgesamt 4 Bewertungen
Entwickler jemtallon
Zahlungsart free
Unterstützte Sprachen 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:\/\/*\/*"
            ]
        }
    ]
}