Trump Toad Extension

It's the Trump Toad Extension!

What is Trump Toad Extension?

Trump Toad Extension is a Chrome extension developed by The Daily Show, and its main feature is "It's the Trump Toad Extension!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Trump Toad Extension Extension CRX File

Download Trump Toad Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Trump Toad Extension Trump Toad Extension
ID noldliimakaajhekghbemjmknpmjnlam
Official URL https://chromewebstore.google.com/detail/trump-toad-extension/noldliimakaajhekghbemjmknpmjnlam
Description It's the Trump Toad Extension!
File Size 63.67 KB
Installation Count 448
Current Version 1.0.6
Last Updated 2018-09-20
Publish Date 2018-09-20
Rating 4.95/5 Total 20 Ratings
Developer The Daily Show
Email [email protected]
Payment Type free
Supported Languages 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": [
        "\/*"
    ]
}