Trump-To-Babbling-Idiot
Replaces any mention of our president with 'Babbling Idiot'.
Trump-To-Babbling-Idiot क्या है?
Trump-To-Babbling-Idiot Ryan Ristine द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces any mention of our president with 'Babbling Idiot'."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trump-To-Babbling-Idiot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This Extension replaces any mention of Donald Trump and replaces it with "Babbling Idiot" THIS IS HEAVILY HEAVILY HEAVILY based on "Cloud-to-Butt" please support the developer of Cloud-to-butt https://github.com/panicsteve/cloud-to-butt
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hheclhiapblfldlcbfpcpocidogaplcn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/trump-to-babbling-idiot/hheclhiapblfldlcbfpcpocidogaplcn |
विवरण | Replaces any mention of our president with 'Babbling Idiot'. |
फ़ाइल का आकार | 780 KB |
स्थापना संख्या | 48 |
वर्तमान संस्करण | 1.1.2 |
अंतिम अपडेट | 2017-01-21 |
प्रकाशन तिथि | 2017-01-21 |
रेटिंग | 2.33/5 कुल 3 रेटिंग्स |
डेवलपर | Ryan Ristine |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.ryanristine.com |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "manifest_version": 2, "icons": { "48": "\/Images\/logo.png" }, "description": "Replaces any mention of our president with 'Babbling Idiot'.", "name": "Trump-To-Babbling-Idiot", "version": "1.1.2" } |