Stealth Mode
Removes like buttons and comment buttons from social media websites.
Stealth Mode क्या है?
Stealth Mode Victor Williams द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes like buttons and comment buttons from social media websites."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Stealth Mode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | Stealth Mode |
ID | nokegfiejgddoepimjhieebcelanmkjf |
आधिकारिक URL | https://chromewebstore.google.com/detail/stealth-mode/nokegfiejgddoepimjhieebcelanmkjf |
विवरण | Removes like buttons and comment buttons from social media websites. |
फ़ाइल का आकार | 40.49 KB |
स्थापना संख्या | 13 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2016-02-29 |
प्रकाशन तिथि | 2016-02-28 |
डेवलपर | Victor Williams |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://devpost.com/software/sneaky |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stealth Mode", "description": "Removes like buttons and comment buttons from social media websites.", "version": "1.0.0", "icons": { "128": "stealth.png" }, "permissions": [ "https:\/\/www.facebook.com\/", "http:\/\/www.facebook.com\/", "https:\/\/www.twitter.com\/", "http:\/\/www.twitter.com\/", "https:\/\/www.instagram.com\/", "http:\/\/www.instagram.com\/", "https:\/\/www.tumblr.com\/", "http:\/\/www.tumblr.com\/", "https:\/\/www.linkedin.com\/", "http:\/\/www.linkedin.com\/", "https:\/\/www.github.com\/", "http:\/\/www.github.com\/" ], "content_scripts": [ { "matches": [ "http:\/\/www.facebook.com\/*", "https:\/\/www.facebook.com\/*", "http:\/\/www.twitter.com\/*", "https:\/\/www.twitter.com\/*", "http:\/\/www.instagram.com\/*", "https:\/\/www.instagram.com\/*", "http:\/\/www.tumblr.com\/*", "https:\/\/www.tumblr.com\/*", "http:\/\/www.linkedin.com\/*", "https:\/\/www.linkedin.com\/*", "http:\/\/www.github.com\/*", "https:\/\/www.github.com\/*" ], "js": [ "jquery-2.2.0.min.js", "stealth.js" ] } ], "page_action": { "default_title": "Stealth", "default_icon": "stealth.png" } } |