Trump To Chump
Replaces the text 'Trump' with 'Chump'.
Trump To Chump क्या है?
Trump To Chump Drew Wasem द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the text 'Trump' with 'Chump'."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trump To Chump एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Spreading the truth throughout the internet, Donald Trump is a Chump.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | almlkepgjlmnpndeahbcpinhhdffbech |
आधिकारिक URL | https://chrome.google.com/webstore/detail/trump-to-chump/almlkepgjlmnpndeahbcpinhhdffbech |
विवरण | Replaces the text 'Trump' with 'Chump'. |
फ़ाइल का आकार | 18.68 KB |
स्थापना संख्या | 19 |
वर्तमान संस्करण | 1 |
अंतिम अपडेट | 2015-08-23 |
प्रकाशन तिथि | 2015-08-23 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Drew Wasem |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/CapeDrew/Trump-To-Chump |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump To Chump", "short_name": "Trump To Chump", "description": "Replaces the text 'Trump' with 'Chump'.", "author": "Andrew R Wasem", "version": "1", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |