Trump Goggles

See the world like Trump does.

Vad är Trump Goggles?

Trump Goggles är en Chrome-tillägg utvecklad av phrazzld, och dess huvudfunktion är "See the world like Trump does.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Trump Goggles-förlängningens CRX-fil

Ladda ner Trump Goggles-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Trump Goggles Trump Goggles
ID jffbimfdmgbfannficjejaffmnggoigd
Officiell webbadress https://chromewebstore.google.com/detail/trump-goggles/jffbimfdmgbfannficjejaffmnggoigd
Beskrivning See the world like Trump does.
Filstorlek 30.44 KB
Antal Installationer 38
Aktuell Version 18.4.08
Senast Uppdaterad 2018-04-08
Publiceringsdatum 2018-04-08
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare phrazzld
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}