TrumpBlock

Hate to see Trump while browsing? Replace Trump with Bully and Melania Trump with Plagiarism Icon.

Cos'è TrumpBlock?

TrumpBlock è un'estensione di Chrome sviluppata da Mahesh, e la sua funzione principale è "Hate to see Trump while browsing? Replace Trump with Bully and Melania Trump with Plagiarism Icon.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TrumpBlock

Scarica i file di estensione TrumpBlock 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

                        Use this extension if you hate seeing the name Donald Trump on your browser or if you just want to have some fun. It replaces Donald Trump by Mr. Bully and Melania Trump by Plagiarism Icon.

Not intended to hurt anyone but to beat some stress.

Any issues? Please contact: [email protected]                    

Informazioni di Base sull'Estensione

Nome TrumpBlock TrumpBlock
ID ncomjcmhkflhahofhpnlldmpobaiihhf
URL Ufficiale https://chromewebstore.google.com/detail/trumpblock/ncomjcmhkflhahofhpnlldmpobaiihhf
Descrizione Hate to see Trump while browsing? Replace Trump with Bully and Melania Trump with Plagiarism Icon.
Dimensione del File 9.47 KB
Conteggio Installazioni 10
Versione Corrente 0.4
Ultimo Aggiornamento 2016-11-11
Data di Pubblicazione 2016-11-11
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Mahesh
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TrumpBlock",
    "description": "Hate to see Trump while browsing? Replace Trump with Bully and Melania Trump with Plagiarism Icon.",
    "version": "0.4",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Block Trump!!"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js",
                "contents.js"
            ],
            "run_at": "document_end"
        }
    ]
}