Trumpify

Make the internet great again.

Wat is Trumpify?

Trumpify is een Chrome-extensie ontwikkeld door http://www.wouterplanet.com, en de belangrijkste functie is "Make the internet great again.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Trumpify

Download Trumpify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Trumpify Trumpify
ID hifpobgbooailknpjkhhffkclhihbefp
Officiële URL https://chrome.google.com/webstore/detail/trumpify/hifpobgbooailknpjkhhffkclhihbefp
Beschrijving Make the internet great again.
Bestandsgrootte 97.96 KB
Aantal Installaties 15
Huidige Versie 1.0
Laatst Bijgewerkt 2017-01-25
Publicatiedatum 2017-01-25
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://www.wouterplanet.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}