Terrorist to Coward

Terrorists aspire to that title but they don't deserve it. This is how we take it away from them.

Terrorist to Coward là gì?

Terrorist to Coward là một tiện ích mở rộng Chrome được phát triển bởi Mack Flavelle, và tính năng chính của nó là "Terrorists aspire to that title but they don't deserve it. This is how we take it away from them.".

Ả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 Terrorist to Coward

Tải xuống các tệp mở rộng Terrorist to Coward 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

                        Terrorists are cowards. That is what they should be called.

This chrome extension changes the word terrorist (and variations of) to coward on web pages.                    

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

Tên Terrorist to Coward Terrorist to Coward
ID camjpbmlpgfcgilkohfkglmeojghicik
URL Chính Thức https://chromewebstore.google.com/detail/terrorist-to-coward/camjpbmlpgfcgilkohfkglmeojghicik
Mô tả Terrorists aspire to that title but they don't deserve it. This is how we take it away from them.
Kích Thước Tệp 36.08 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2016-02-26
Ngày Phát Hành 2016-02-25
Đánh Giá 4.89/5 Tổng số 19 Đánh Giá
Nhà Phát Triển Mack Flavelle
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Terrorist to Coward",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Terrorists aspire to that title but they don't deserve it. This is how we take it away from them.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}