Trump2Poop

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

什麼是Trump2Poop?

Trump2Poop是由Steve M. Romain開發的Chrome擴展程式,該擴展的主要功能是“Wipe out images of Donald Trump and replace them with a friendlier looking turd. Doesn't work for every site just yet.”。

擴展截圖

screenshot
screenshot
screenshot

下載Trump2Poop擴展crx文件

下載Trump2Poop擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Trump2Poop Trump2Poop
ID kdkbjajjmloepgdifkhfcnjibpheholg
官方網址 https://chrome.google.com/webstore/detail/trump2poop/kdkbjajjmloepgdifkhfcnjibpheholg
簡介 Wipe out images of Donald Trump and replace them with a friendlier looking turd. Doesn't work for every site just yet.
檔案大小 102 KB
安裝次數 90
目前版本 0.0.1.1
更新時間 2015-08-10
上架時間 2015-08-10
評分 4.82/5 共 11 次評分
開發者 Steve M. Romain
付費類型 free
支援的語言 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"
    ]
}