DonaldTheDuck Browser Extension
This extension replaces all mentions and images of Donald Trump with Donald Duck
DonaldTheDuck Browser Extension क्या है?
DonaldTheDuck Browser Extension dimitry द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension replaces all mentions and images of Donald Trump with Donald Duck"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DonaldTheDuck Browser Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Tired of all the news about the recent elections? This extension can help. It eliminates all mentions of Trump with the word Duck and attempts to replace all images of the former with images of the latter. With, at times, hilarious results.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hbaodmapbjfloappbhnnbclgiifhhpkc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/donaldtheduck-browser-ext/hbaodmapbjfloappbhnnbclgiifhhpkc |
विवरण | This extension replaces all mentions and images of Donald Trump with Donald Duck |
फ़ाइल का आकार | 1.38 MB |
स्थापना संख्या | 17 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2016-11-27 |
प्रकाशन तिथि | 2016-11-27 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | dimitry |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DonaldTheDuck Browser Extension", "description": "This extension replaces all mentions and images of Donald Trump with Donald Duck", "version": "1.0", "icons": { "400": "assets\/icon.png" }, "web_accessible_resources": [ "assets\/*" ], "browser_action": { "default_icon": "assets\/icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [], "js": [ "assets\/mezr.min.js", "includes\/constants.js", "includes\/utils.js", "content.js" ] } ], "permissions": [ "activeTab", "tabs", "storage", "http:\/\/*\/", "https:\/\/*\/", "https:\/\/ajax.googleapis.com\/" ] } |