TrumpBlock

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

Was ist TrumpBlock?

TrumpBlock ist eine Chrome-Erweiterung, die von Mahesh entwickelt wurde, und ihr Hauptmerkmal ist "Hate to see Trump while browsing? Replace Trump with Bully and Melania Trump with Plagiarism Icon.".

Erweiterungsscreenshots

screenshot

TrumpBlock-Erweiterungs-CRX-Datei herunterladen

Laden Sie TrumpBlock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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]                    

Grundlegende Informationen zur Erweiterung

Name TrumpBlock TrumpBlock
ID ncomjcmhkflhahofhpnlldmpobaiihhf
Offizielle URL https://chromewebstore.google.com/detail/trumpblock/ncomjcmhkflhahofhpnlldmpobaiihhf
Beschreibung Hate to see Trump while browsing? Replace Trump with Bully and Melania Trump with Plagiarism Icon.
Dateigröße 9.47 KB
Installationsanzahl 10
Aktuelle Version 0.4
Letztes Update 2016-11-11
Veröffentlichungsdatum 2016-11-11
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Mahesh
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}