Trump-To-Babbling-Idiot

Replaces any mention of our president with 'Babbling Idiot'.

Trump-To-Babbling-Idiot là gì?

Trump-To-Babbling-Idiot là một tiện ích mở rộng Chrome được phát triển bởi Ryan Ristine, và tính năng chính của nó là "Replaces any mention of our president with 'Babbling Idiot'.".

Ả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 Trump-To-Babbling-Idiot

Tải xuống các tệp mở rộng Trump-To-Babbling-Idiot 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

                        This Extension replaces any mention of Donald Trump and replaces it with "Babbling Idiot"

THIS IS HEAVILY HEAVILY HEAVILY based on "Cloud-to-Butt" 

please support the developer of Cloud-to-butt https://github.com/panicsteve/cloud-to-butt                    

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

Tên Trump-To-Babbling-Idiot Trump-To-Babbling-Idiot
ID hheclhiapblfldlcbfpcpocidogaplcn
URL Chính Thức https://chrome.google.com/webstore/detail/trump-to-babbling-idiot/hheclhiapblfldlcbfpcpocidogaplcn
Mô tả Replaces any mention of our president with 'Babbling Idiot'.
Kích Thước Tệp 780 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2017-01-21
Ngày Phát Hành 2017-01-21
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Ryan Ristine
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.ryanristine.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "icons": {
        "48": "\/Images\/logo.png"
    },
    "description": "Replaces any mention of our president with 'Babbling Idiot'.",
    "name": "Trump-To-Babbling-Idiot",
    "version": "1.1.2"
}