Lone Wolf

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

什么是Lone Wolf?

Lone Wolf是由jemtallon开发的Chrome扩展程序,该扩展的主要功能是“They're not a lone wolf, they're a white terrorist”。

扩展截图

screenshot

下载Lone Wolf扩展crx文件

下载Lone Wolf扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Lone Wolf Lone Wolf
ID lefghopkppbhkhmaiilecljbfhhchmcp
官方URL https://chromewebstore.google.com/detail/lone-wolf/lefghopkppbhkhmaiilecljbfhhchmcp
简介 They're not a lone wolf, they're a white terrorist
文件大小 4.2 KB
安装次数 30
当前版本 1.0.0
更新时间 2017-10-02
上架时间 2017-10-02
评分 3.50/5 共4次评分
开发者 jemtallon
付费类型 free
支持的语言 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:\/\/*\/*"
            ]
        }
    ]
}