Donald Trump Is An Actual Circus Clown
Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.
Co je Donald Trump Is An Actual Circus Clown?
Donald Trump Is An Actual Circus Clown je rozšíření Chrome vyvinuté satellytehye, a jeho hlavní funkcí je „Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Donald Trump Is An Actual Circus Clown
Stáhněte si soubory rozšíření Donald Trump Is An Actual Circus Clown 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 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.
Základní Informace o Rozšíření
Název | Donald Trump Is An Actual Circus Clown |
ID | kohnonlalhadnjpmjcdebkdpbfmplmed |
Oficiální URL | https://chromewebstore.google.com/detail/donald-trump-is-an-actual/kohnonlalhadnjpmjcdebkdpbfmplmed |
Popis | Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'. |
Velikost souboru | 18.99 KB |
Počet instalací | 50 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2015-12-08 |
Datum Vydání | 2015-12-08 |
Hodnocení | 4.00/5 Celkem 4 Hodnocení |
Vývojář | satellytehye |
Typ Platby | free |
Podporované Jazyky | 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" } ] } |