Rename Trump
Does the mere sight of his name bring you frustration? Then change it to something else!
Rename Trump क्या है?
Rename Trump doogin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Does the mere sight of his name bring you frustration? Then change it to something else!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Rename Trump एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Sick of looking at this man's name? GIve him a new name that will replace his real name on every website you visit.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | loiagmbficjodnelncioomijbmflhhia |
आधिकारिक URL | https://chrome.google.com/webstore/detail/rename-trump/loiagmbficjodnelncioomijbmflhhia |
विवरण | Does the mere sight of his name bring you frustration? Then change it to something else! |
फ़ाइल का आकार | 39.79 KB |
स्थापना संख्या | 126 |
वर्तमान संस्करण | 1.2.4 |
अंतिम अपडेट | 2016-11-12 |
प्रकाशन तिथि | 2016-11-12 |
रेटिंग | 4.69/5 कुल 16 रेटिंग्स |
डेवलपर | doogin |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://trumpinoneword.com/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rename Trump", "version": "1.2.4", "manifest_version": 2, "description": "Does the mere sight of his name bring you frustration? Then change it to something else!", "icons": { "128": "img\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-2.2.4.min.js", "script.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "http:\/\/*.google.com\/", "https:\/\/*.google.com\/" ], "browser_action": { "default_title": "", "default_icon": { "16": "img\/b_icon16.png", "24": "img\/b_icon24.png", "32": "img\/b_icon32.png" }, "default_popup": "popup.html" } } |