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:\/\/*\/*"
            ]
        }
    ]
}