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
公式URL 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"
    ]
}