Lone Wolf

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

Hvad er Lone Wolf?

Lone Wolf er en Chrome-udvidelse udviklet af jemtallon, og dens hovedfunktion er "They're not a lone wolf, they're a white terrorist".

Udvidelsesskærmbilleder

screenshot

Download Lone Wolf-udvidelses-CRX-fil

Download Lone Wolf-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Lone Wolf Lone Wolf
ID lefghopkppbhkhmaiilecljbfhhchmcp
Officiel URL https://chromewebstore.google.com/detail/lone-wolf/lefghopkppbhkhmaiilecljbfhhchmcp
Beskrivelse They're not a lone wolf, they're a white terrorist
Filstørrelse 4.2 KB
Antal Installationer 30
Nuværende Version 1.0.0
Senest Opdateret 2017-10-02
Udgivelsesdato 2017-10-02
Bedømmelse 3.50/5 Samlet 4 Bedømmelser
Udvikler jemtallon
Betalingsmetode free
Understøttede Sprog 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:\/\/*\/*"
            ]
        }
    ]
}