Trump is a Chump
Replace the names of politicians with words of your own!
Trump is a Chump क्या है?
Trump is a Chump chumpextension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace the names of politicians with words of your own!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trump is a Chump एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Is political news getting you down? Try out the Chump Trump extension! Every time you see the word "Trump" on your browser, it gets replaced by the word "Chump". Choose your own words to replace Trump with in the options page. Also works for Pence, Conway and McConnell.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nlcibpbonljgjeiajboacpdblbibdocb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/trump-is-a-chump/nlcibpbonljgjeiajboacpdblbibdocb |
विवरण | Replace the names of politicians with words of your own! |
फ़ाइल का आकार | 115 KB |
स्थापना संख्या | 129 |
वर्तमान संस्करण | 0.2.1 |
अंतिम अपडेट | 2020-10-31 |
प्रकाशन तिथि | 2020-03-24 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | chumpextension |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump is a Chump", "version": "0.2.1", "description": "Replace the names of politicians with words of your own!", "content_scripts": [ { "css": [ ".\/content\/style.css" ], "js": [ ".\/content\/main.js" ], "matches": [ "https:\/\/*\/*" ], "run_at": "document_idle" } ], "background": { "scripts": [ "background\/index.js" ], "persistent": false }, "permissions": [ "activeTab", "storage" ], "icons": { "16": "logo_16.png", "48": "logo_48.png", "128": "logo_128.png" }, "browser_action": { "default_popup": ".\/popup\/index.html" }, "options_page": ".\/options\/index.html" } |