Donald Trump Is An Actual Circus Clown
Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.
Donald Trump Is An Actual Circus Clown क्या है?
Donald Trump Is An Actual Circus Clown satellytehye द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Donald Trump Is An Actual Circus Clown एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Donald Trump Is An Actual Circus Clown |
ID | kohnonlalhadnjpmjcdebkdpbfmplmed |
आधिकारिक URL | https://chromewebstore.google.com/detail/donald-trump-is-an-actual/kohnonlalhadnjpmjcdebkdpbfmplmed |
विवरण | Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'. |
फ़ाइल का आकार | 18.99 KB |
स्थापना संख्या | 50 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2015-12-08 |
प्रकाशन तिथि | 2015-12-08 |
रेटिंग | 4.00/5 कुल 4 रेटिंग्स |
डेवलपर | satellytehye |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } ] } |