Trump is a Chump

Replace the names of politicians with words of your own!

什麼是Trump is a Chump?

Trump is a Chump是由chumpextension開發的Chrome擴展程式,該擴展的主要功能是“Replace the names of politicians with words of your own!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Trump is a Chump擴展crx文件

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

擴展使用說明

                        Is political news getting you down? Try out the Chump Trump extension! Every time you see the word "Trump" on your browser, it gets replaced by the word "Chump". Choose your own words to replace Trump with in the options page. Also works for Pence, Conway and McConnell.                    

擴展基本資訊

名稱 Trump is a Chump Trump is a Chump
ID nlcibpbonljgjeiajboacpdblbibdocb
官方網址 https://chrome.google.com/webstore/detail/trump-is-a-chump/nlcibpbonljgjeiajboacpdblbibdocb
簡介 Replace the names of politicians with words of your own!
檔案大小 115 KB
安裝次數 129
目前版本 0.2.1
更新時間 2020-10-31
上架時間 2020-03-24
評分 5.00/5 共 3 次評分
開發者 chumpextension
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump is a Chump",
    "version": "0.2.1",
    "description": "Replace the names of politicians with words of your own!",
    "content_scripts": [
        {
            "css": [
                ".\/content\/style.css"
            ],
            "js": [
                ".\/content\/main.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "background\/index.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "logo_16.png",
        "48": "logo_48.png",
        "128": "logo_128.png"
    },
    "browser_action": {
        "default_popup": ".\/popup\/index.html"
    },
    "options_page": ".\/options\/index.html"
}