Donald Trump Is An Actual Circus Clown
Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.
Hvad er Donald Trump Is An Actual Circus Clown?
Donald Trump Is An Actual Circus Clown er en Chrome-udvidelse udviklet af satellytehye, og dens hovedfunktion er "Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.".
Udvidelsesskærmbilleder
Download Donald Trump Is An Actual Circus Clown-udvidelses-CRX-fil
Download Donald Trump Is An Actual Circus Clown-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Donald Trump Is An Actual Circus Clown |
ID | kohnonlalhadnjpmjcdebkdpbfmplmed |
Officiel URL | https://chromewebstore.google.com/detail/donald-trump-is-an-actual/kohnonlalhadnjpmjcdebkdpbfmplmed |
Beskrivelse | Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'. |
Filstørrelse | 18.99 KB |
Antal Installationer | 50 |
Nuværende Version | 0.1 |
Senest Opdateret | 2015-12-08 |
Udgivelsesdato | 2015-12-08 |
Bedømmelse | 4.00/5 Samlet 4 Bedømmelser |
Udvikler | satellytehye |
Betalingsmetode | free |
Understøttede Sprog | 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" } ] } |