Trump Replace
Replaces all instances of Trump's name on every page with something more tolerable.
Trump Replace क्या है?
Trump Replace jackofspades द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces all instances of Trump's name on every page with something more tolerable."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trump Replace एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A Chrome extension that replaces all instances of Donald Trump's name on websites with something more palatable. All nicknames are taken from late-night TV shows and other comedy writers.
एक्सटेंशन की मूल जानकारी
नाम | Trump Replace |
ID | ndkbcljkfigafchkgjacamkkomjmdkpe |
आधिकारिक URL | https://chromewebstore.google.com/detail/trump-replace/ndkbcljkfigafchkgjacamkkomjmdkpe |
विवरण | Replaces all instances of Trump's name on every page with something more tolerable. |
फ़ाइल का आकार | 8 KB |
स्थापना संख्या | 77 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2016-10-13 |
प्रकाशन तिथि | 2016-10-13 |
रेटिंग | 4.92/5 कुल 12 रेटिंग्स |
डेवलपर | jackofspades |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump Replace", "description": "Replaces all instances of Trump's name on every page with something more tolerable.", "version": "1.1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "icons": { "48": "trump.png", "26": "trump.png" } } |