TrumpBlock

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

Wat is TrumpBlock?

TrumpBlock is een Chrome-extensie ontwikkeld door Mahesh, en de belangrijkste functie is "Hate to see Trump while browsing? Replace Trump with Bully and Melania Trump with Plagiarism Icon.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie TrumpBlock

Download TrumpBlock-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

                        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]                    

Basisinformatie over de Extensie

Naam TrumpBlock TrumpBlock
ID ncomjcmhkflhahofhpnlldmpobaiihhf
Officiële URL https://chromewebstore.google.com/detail/trumpblock/ncomjcmhkflhahofhpnlldmpobaiihhf
Beschrijving Hate to see Trump while browsing? Replace Trump with Bully and Melania Trump with Plagiarism Icon.
Bestandsgrootte 9.47 KB
Aantal Installaties 10
Huidige Versie 0.4
Laatst Bijgewerkt 2016-11-11
Publicatiedatum 2016-11-11
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Mahesh
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}