Trump2Poop

Wipe out images of Donald Trump and replace them with a friendlier looking turd. Doesn't work for every site just yet.

Trump2Poop là gì?

Trump2Poop là một tiện ích mở rộng Chrome được phát triển bởi Steve M. Romain, và tính năng chính của nó là "Wipe out images of Donald Trump and replace them with a friendlier looking turd. Doesn't work for every site just yet.".

Ả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 Trump2Poop

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

                        Wipe out images of Donald Trump and replace them with a friendlier looking turd. Often has unintended results. Doesn't work for every site, yet. Also, slideshows are kind of wonky. But I built this in an hour, it'll get better. Or stinkier. Whatever, man.

Uninstall it from the Extensions menu, chrome://extensions, if you want to be confronted by Trump some more. Also, this is a goof. Please don't get mad or weird about it. K, thanx.                    

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

Tên Trump2Poop Trump2Poop
ID kdkbjajjmloepgdifkhfcnjibpheholg
URL Chính Thức https://chrome.google.com/webstore/detail/trump2poop/kdkbjajjmloepgdifkhfcnjibpheholg
Mô tả Wipe out images of Donald Trump and replace them with a friendlier looking turd. Doesn't work for every site just yet.
Kích Thước Tệp 102 KB
Số Lần Cài Đặt 90
Phiên Bản Hiện Tại 0.0.1.1
Cập Nhật Lần Cuối 2015-08-10
Ngày Phát Hành 2015-08-10
Đánh Giá 4.82/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Steve M. Romain
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": "Trump2Poop",
    "version": "0.0.1.1",
    "manifest_version": 2,
    "description": "Wipe out images of Donald Trump and replace them with a friendlier looking turd. Doesn't work for every site just yet.",
    "icons": {
        "16": "images\/poop2.16.png",
        "48": "images\/poop2.48.png",
        "128": "images\/poop2.128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "images\/poop1.jpg",
        "images\/poop2.jpg"
    ]
}