Unstumpable

Replace Trump

Wat is Unstumpable?

Unstumpable is een Chrome-extensie ontwikkeld door Gary Spagnoli, en de belangrijkste functie is "Replace Trump".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Unstumpable

Download Unstumpable-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 is a useless extension I created just to learn how to create extensions. It filters out any reference to Donald Trump to his true self, Pepe Trump.                    

Basisinformatie over de Extensie

Naam Unstumpable Unstumpable
ID olgihcknlpdaiabajdhbmcmdmfhondae
Officiële URL https://chromewebstore.google.com/detail/unstumpable/olgihcknlpdaiabajdhbmcmdmfhondae
Beschrijving Replace Trump
Bestandsgrootte 5.2 KB
Aantal Installaties 13
Huidige Versie 0.1
Laatst Bijgewerkt 2016-01-03
Publicatiedatum 2016-01-03
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Gary Spagnoli
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unstumpable",
    "description": "Replace Trump",
    "version": "0.1",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}