Donald Trump Is An Actual Circus Clown

Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.

Vad är Donald Trump Is An Actual Circus Clown?

Donald Trump Is An Actual Circus Clown är en Chrome-tillägg utvecklad av satellytehye, och dess huvudfunktion är "Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.".

Tilläggsskärmbilder

screenshot

Ladda ner Donald Trump Is An Actual Circus Clown-förlängningens CRX-fil

Ladda ner Donald Trump Is An Actual Circus Clown-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

                        A simple javascript search-and-replace that swaps various permutations of the name "Donald Trump" with the text "A Circus Clown". Designed to hopefully eliminate some of the fatigue inherent to browsing the internet during these trying times.                    

Grundläggande Information om Tillägg

Namn Donald Trump Is An Actual Circus Clown Donald Trump Is An Actual Circus Clown
ID kohnonlalhadnjpmjcdebkdpbfmplmed
Officiell webbadress https://chromewebstore.google.com/detail/donald-trump-is-an-actual/kohnonlalhadnjpmjcdebkdpbfmplmed
Beskrivning Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.
Filstorlek 18.99 KB
Antal Installationer 50
Aktuell Version 0.1
Senast Uppdaterad 2015-12-08
Publiceringsdatum 2015-12-08
Betyg 4.00/5 Totalt 4 Betyg
Utvecklare satellytehye
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donald Trump Is An Actual Circus Clown",
    "short_name": "Trump2Clown",
    "description": "Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.",
    "version": "0.1",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}