Trump Goggles

See the world like Trump does.

What is Trump Goggles?

Trump Goggles is a Chrome extension developed by phrazzld, and its main feature is "See the world like Trump does.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Trump Goggles Extension CRX File

Download Trump Goggles 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

                        See the world through Trump's eyes.

ISIS = Evil Losers
Hillary Clinton = Crooked Hillary
CNN = Clinton News Network
New York Times = Fake News
Kim Jong Un = Little Rocket Man
Coffee = covfefe

And many more!                    

Extension Basic Information

Name Trump Goggles Trump Goggles
ID jffbimfdmgbfannficjejaffmnggoigd
Official URL https://chromewebstore.google.com/detail/trump-goggles/jffbimfdmgbfannficjejaffmnggoigd
Description See the world like Trump does.
File Size 30.44 KB
Installation Count 38
Current Version 18.4.08
Last Updated 2018-04-08
Publish Date 2018-04-08
Rating 5.00/5 Total 2 Ratings
Developer phrazzld
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump Goggles",
    "short_name": "trumpgoggles",
    "description": "See the world like Trump does.",
    "version": "18.4.08",
    "browser_action": {
        "default_title": "Trump Goggles",
        "default_icon": {
            "19": "images\/djt.png",
            "38": "images\/djt.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "*:\/\/*\/*",
        "storage",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/djt.png",
        "48": "images\/djt.png",
        "128": "images\/djt.png"
    }
}