Trump Replace

Replaces all instances of Trump's name on every page with something more tolerable.

Co je Trump Replace?

Trump Replace je rozšíření Chrome vyvinuté jackofspades, a jeho hlavní funkcí je „Replaces all instances of Trump's name on every page with something more tolerable.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Trump Replace

Stáhněte si soubory rozšíření Trump Replace ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        A Chrome extension that replaces all instances of Donald Trump's name on websites with something more palatable. All nicknames are taken from late-night TV shows and other comedy writers.                    

Základní Informace o Rozšíření

Název Trump Replace Trump Replace
ID ndkbcljkfigafchkgjacamkkomjmdkpe
Oficiální URL https://chromewebstore.google.com/detail/trump-replace/ndkbcljkfigafchkgjacamkkomjmdkpe
Popis Replaces all instances of Trump's name on every page with something more tolerable.
Velikost souboru 8 KB
Počet instalací 77
Aktuální Verze 1.1.0
Poslední Aktualizace 2016-10-13
Datum Vydání 2016-10-13
Hodnocení 4.92/5 Celkem 12 Hodnocení
Vývojář jackofspades
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump Replace",
    "description": "Replaces all instances of Trump's name on every page with something more tolerable.",
    "version": "1.1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "48": "trump.png",
        "26": "trump.png"
    }
}