Donald to Darth
This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page
Donald to Darth क्या है?
Donald to Darth jessehmcdonald द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Donald to Darth एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Well after hearing about all these politics people are getting bored. It is time to spice things up a bit! The Chrome Extension Changes famous politicians names to Star Wars Characters!
एक्सटेंशन की मूल जानकारी
नाम | Donald to Darth |
ID | epmmoednmfpdmennmmcedihlcecffdde |
आधिकारिक URL | https://chromewebstore.google.com/detail/donald-to-darth/epmmoednmfpdmennmmcedihlcecffdde |
विवरण | This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page |
फ़ाइल का आकार | 7.88 KB |
स्थापना संख्या | 66 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2015-12-19 |
प्रकाशन तिथि | 2015-12-19 |
रेटिंग | 4.00/5 कुल 4 रेटिंग्स |
डेवलपर | jessehmcdonald |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Donald to Darth", "description": "This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page", "version": "1.4", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "https:\/\/www.google-analytics.com\/", "storage" ], "browser_action": { "default_icon": "favicon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |