TrumpBlock

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

Hvad er TrumpBlock?

TrumpBlock er en Chrome-udvidelse udviklet af Mahesh, og dens hovedfunktion er "Hate to see Trump while browsing? Replace Trump with Bully and Melania Trump with Plagiarism Icon.".

Udvidelsesskærmbilleder

screenshot

Download TrumpBlock-udvidelses-CRX-fil

Download TrumpBlock-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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]                    

Grundlæggende oplysninger om udvidelsen

Navn TrumpBlock TrumpBlock
ID ncomjcmhkflhahofhpnlldmpobaiihhf
Officiel URL https://chromewebstore.google.com/detail/trumpblock/ncomjcmhkflhahofhpnlldmpobaiihhf
Beskrivelse Hate to see Trump while browsing? Replace Trump with Bully and Melania Trump with Plagiarism Icon.
Filstørrelse 9.47 KB
Antal Installationer 10
Nuværende Version 0.4
Senest Opdateret 2016-11-11
Udgivelsesdato 2016-11-11
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Mahesh
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}