Lone Wolf

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

Lone Wolf là gì?

Lone Wolf là một tiện ích mở rộng Chrome được phát triển bởi jemtallon, và tính năng chính của nó là "They're not a lone wolf, they're a white terrorist".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lone Wolf

Tải xuống các tệp mở rộng Lone Wolf dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lone Wolf Lone Wolf
ID lefghopkppbhkhmaiilecljbfhhchmcp
URL Chính Thức https://chromewebstore.google.com/detail/lone-wolf/lefghopkppbhkhmaiilecljbfhhchmcp
Mô tả They're not a lone wolf, they're a white terrorist
Kích Thước Tệp 4.2 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2017-10-02
Ngày Phát Hành 2017-10-02
Đánh Giá 3.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển jemtallon
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
            ]
        }
    ]
}