Trump Toad Extension

It's the Trump Toad Extension!

什麼是Trump Toad Extension?

Trump Toad Extension是由The Daily Show開發的Chrome擴展程式,該擴展的主要功能是“It's the Trump Toad Extension!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Trump Toad Extension擴展crx文件

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

擴展使用說明

                        We made a browser extension that replaces the "T" in Trump with a mushroom emoji so that you never, ever forget. Enjoy! 

- The Daily Show with Trevor Noah                    

擴展基本資訊

名稱 Trump Toad Extension Trump Toad Extension
ID noldliimakaajhekghbemjmknpmjnlam
官方網址 https://chromewebstore.google.com/detail/trump-toad-extension/noldliimakaajhekghbemjmknpmjnlam
簡介 It's the Trump Toad Extension!
檔案大小 63.67 KB
安裝次數 448
目前版本 1.0.6
更新時間 2018-09-20
上架時間 2018-09-20
評分 4.95/5 共 20 次評分
開發者 The Daily Show
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump Toad Extension",
    "version": "1.0.6",
    "description": "It's the Trump Toad Extension!",
    "author": "The Daily Show",
    "icons": {
        "128": "\/img\/logo.png"
    },
    "browser_action": {
        "default_popup": "\/pages\/popup\/index.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/docs.google.com\/*",
                "https:\/\/drive.google.com\/*"
            ],
            "js": [
                "\/js\/content_scripts\/main.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "\/*"
    ]
}