Dump Trump

Naming Donald Trump for what he actually is.

Cos'è Dump Trump?

Dump Trump è un'estensione di Chrome sviluppata da Heather Akers-Healy, e la sua funzione principale è "Naming Donald Trump for what he actually is.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Dump Trump

Scarica i file di estensione Dump Trump in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This hand-crafted, artisanal Chrome extension mocks Donald Trump by adding phrases to his name that reflect his character.                    

Informazioni di Base sull'Estensione

Nome Dump Trump Dump Trump
ID cmigfbbmdkdjellndicbndnihppijaac
URL Ufficiale https://chromewebstore.google.com/detail/dump-trump/cmigfbbmdkdjellndicbndnihppijaac
Descrizione Naming Donald Trump for what he actually is.
Dimensione del File 48.63 KB
Conteggio Installazioni 16
Versione Corrente 0.1.3
Ultimo Aggiornamento 2017-01-22
Data di Pubblicazione 2017-01-22
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore Heather Akers-Healy
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}