Lone Wolf

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

Qu'est-ce que Lone Wolf ?

Lone Wolf est une extension Chrome développée par jemtallon, et sa fonction principale est "They're not a lone wolf, they're a white terrorist".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Lone Wolf

Téléchargez les fichiers d'extension Lone Wolf au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Lone Wolf Lone Wolf
ID lefghopkppbhkhmaiilecljbfhhchmcp
URL Officiel https://chromewebstore.google.com/detail/lone-wolf/lefghopkppbhkhmaiilecljbfhhchmcp
Description They're not a lone wolf, they're a white terrorist
Taille du Fichier 4.2 KB
Nombre d'Installations 30
Version Actuelle 1.0.0
Dernière Mise à Jour 2017-10-02
Date de Publication 2017-10-02
Évaluation 3.50/5 Total 4 Évaluations
Développeur jemtallon
Type de Paiement free
Langues Prises en Charge 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:\/\/*\/*"
            ]
        }
    ]
}