Dump Trump

Naming Donald Trump for what he actually is.

Wat is Dump Trump?

Dump Trump is een Chrome-extensie ontwikkeld door Heather Akers-Healy, en de belangrijkste functie is "Naming Donald Trump for what he actually is.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Dump Trump

Download Dump Trump-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 hand-crafted, artisanal Chrome extension mocks Donald Trump by adding phrases to his name that reflect his character.                    

Basisinformatie over de Extensie

Naam Dump Trump Dump Trump
ID cmigfbbmdkdjellndicbndnihppijaac
Officiële URL https://chromewebstore.google.com/detail/dump-trump/cmigfbbmdkdjellndicbndnihppijaac
Beschrijving Naming Donald Trump for what he actually is.
Bestandsgrootte 48.63 KB
Aantal Installaties 16
Huidige Versie 0.1.3
Laatst Bijgewerkt 2017-01-22
Publicatiedatum 2017-01-22
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Heather Akers-Healy
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dump Trump",
    "version": "0.1.3",
    "description": "Naming Donald Trump for what he actually is.",
    "author": "Heather Akers-Healy",
    "browser_action": {
        "default_title": "Use this to open the popup",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "replace.js"
            ],
            "run_at": "document_end"
        }
    ]
}