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
官方URL 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": [
        "\/*"
    ]
}