Trumper Stumper

You can now stump the Trump

什麼是Trumper Stumper?

Trumper Stumper是由kittykatzapps開發的Chrome擴展程式,該擴展的主要功能是“You can now stump the Trump”。

擴展截圖

screenshot
screenshot
screenshot

下載Trumper Stumper擴展crx文件

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

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Trumper Stumper Trumper Stumper
ID mgkldjfgncfmihfiimielnnhcpcmeapa
官方網址 https://chromewebstore.google.com/detail/trumper-stumper/mgkldjfgncfmihfiimielnnhcpcmeapa
簡介 You can now stump the Trump
檔案大小 1.21 MB
安裝次數 54
目前版本 1.1
更新時間 2016-01-05
上架時間 2016-01-05
評分 4.94/5 共 16 次評分
開發者 kittykatzapps
付費類型 free
支援的語言 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
    }
}