Fear Mongering Shithead

Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.

Fear Mongering Shithead là gì?

Fear Mongering Shithead là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.".

Ả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 Fear Mongering Shithead

Tải xuống các tệp mở rộng Fear Mongering Shithead 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

                        Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.  A fork of Some Rich Asshole                    

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

Tên Fear Mongering Shithead Fear Mongering Shithead
ID hkgpjbjehhennbkmmhhoelofdhhcfhfk
URL Chính Thức https://chromewebstore.google.com/detail/fear-mongering-shithead/hkgpjbjehhennbkmmhhoelofdhhcfhfk
Mô tả Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.
Kích Thước Tệp 34.96 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-10-16
Ngày Phát Hành 2015-10-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fear Mongering Shithead",
    "version": "1.0",
    "description": "Replaces the text 'Stephen Harper' with 'Some Fear Mongering Shithead'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}