Trump to Festering Anus

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

Vad är Trump to Festering Anus?

Trump to Festering Anus är en Chrome-tillägg utvecklad av Drunken Sasquatch, och dess huvudfunktion är "Replaces the text 'Donald Trump' with 'Festering Anus'.".

Tilläggsskärmbilder

screenshot

Ladda ner Trump to Festering Anus-förlängningens CRX-fil

Ladda ner Trump to Festering Anus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Trump to Festering Anus Trump to Festering Anus
ID bcgcnhpijehppimfgpodckmnlnlhmeje
Officiell webbadress https://chrome.google.com/webstore/detail/trump-to-festering-anus/bcgcnhpijehppimfgpodckmnlnlhmeje
Beskrivning Replaces the text 'Donald Trump' with 'Festering Anus'.
Filstorlek 26.98 KB
Antal Installationer 155
Aktuell Version 1.5
Senast Uppdaterad 2015-12-28
Publiceringsdatum 2015-12-28
Betyg 4.76/5 Totalt 21 Betyg
Utvecklare Drunken Sasquatch
Betalningssätt free
Stödda Språk 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"
        }
    ]
}