Trumpify

Make the internet great again.

What is Trumpify?

Trumpify is a Chrome extension developed by http://www.wouterplanet.com, and its main feature is "Make the internet great again.".

Extension Screenshots

screenshot
screenshot

Download Trumpify Extension CRX File

Download Trumpify 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

                        This extension allows you to Trumpify every website you visit with a single click on the button!                    

Extension Basic Information

Name Trumpify Trumpify
ID hifpobgbooailknpjkhhffkclhihbefp
Official URL https://chrome.google.com/webstore/detail/trumpify/hifpobgbooailknpjkhhffkclhihbefp
Description Make the internet great again.
File Size 97.96 KB
Installation Count 15
Current Version 1.0
Last Updated 2017-01-25
Publish Date 2017-01-25
Rating 5.00/5 Total 1 Ratings
Developer http://www.wouterplanet.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trumpify",
    "description": "Make the internet great again.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "36": "36.png",
        "48": "48.png",
        "144": "144.png"
    },
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Trumpify This.",
        "default_icon": "icon.png"
    }
}