Trump to Festering Anus

Replaces the text 'Donald Trump' with 'Festering Anus'.

Co je Trump to Festering Anus?

Trump to Festering Anus je rozšíření Chrome vyvinuté Drunken Sasquatch, a jeho hlavní funkcí je „Replaces the text 'Donald Trump' with 'Festering Anus'.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Trump to Festering Anus

Stáhněte si soubory rozšíření Trump to Festering Anus 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í

                        Do you think that Donald Trump is a mixture of Biff Tannen and a halloween pumpkin in december? Maybe you're just sick of seeing facebook posts from that borderline sociopath you know from high school that you can't bring yourself to unfriend. Maybe you resent the fact that Donald Trump wants to "slow Cosby" America. 

Does watching around-the-clock CNN coverage of Donald Trump make you feel like David Carradine being slowly strangled by the noose of cheap journalism?
 
Regardless (or irregardless as a Trump supporter might say), you should just install this extension.                    

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

Název Trump to Festering Anus Trump to Festering Anus
ID bcgcnhpijehppimfgpodckmnlnlhmeje
Oficiální URL https://chrome.google.com/webstore/detail/trump-to-festering-anus/bcgcnhpijehppimfgpodckmnlnlhmeje
Popis Replaces the text 'Donald Trump' with 'Festering Anus'.
Velikost souboru 26.98 KB
Počet instalací 155
Aktuální Verze 1.5
Poslední Aktualizace 2015-12-28
Datum Vydání 2015-12-28
Hodnocení 4.76/5 Celkem 21 Hodnocení
Vývojář Drunken Sasquatch
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump to Festering Anus",
    "short_name": "T2A",
    "version": "1.5",
    "icons": {
        "128": "trump-head.png"
    },
    "description": "Replaces the text 'Donald Trump' with 'Festering Anus'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_idle"
        }
    ]
}