Trumper Stumper

You can now stump the Trump

Trumper Stumper là gì?

Trumper Stumper là một tiện ích mở rộng Chrome được phát triển bởi kittykatzapps, và tính năng chính của nó là "You can now stump the Trump".

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

screenshot
screenshot
screenshot

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

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

                        Now you can Stump the Trump!

If your sick of seeing Donald Trump's stupid name and face plastered all over the internet you are not alone!

That's why we created "TRUMPER STUMPER" The only Google Chrome extension that allows you to replace all mentions of Donald Trump's name with "Happy Little Trees" and all pictures of Trump with pictures of the lovely Bob Ross!

Now next time Trump says/does something dumb and the internet plays right into his hands by sharing all his nonsense you never have to see it again! 

If a page fails to change his name or picture correctly, go to options and enable "dynamic replacement" and it will solve this issue.                    

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

Tên Trumper Stumper Trumper Stumper
ID mgkldjfgncfmihfiimielnnhcpcmeapa
URL Chính Thức https://chromewebstore.google.com/detail/trumper-stumper/mgkldjfgncfmihfiimielnnhcpcmeapa
Mô tả You can now stump the Trump
Kích Thước Tệp 1.21 MB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-01-05
Ngày Phát Hành 2016-01-05
Đánh Giá 4.94/5 Tổng số 16 Đánh Giá
Nhà Phát Triển kittykatzapps
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": "Trumper Stumper",
    "description": "You can now stump the Trump",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "Trump128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "48": "Trump48.png",
        "128": "Trump128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "content.js"
        ],
        "persistent": false
    }
}