Decomment
Decomment - Read deleted comments on Reddit
Decomment क्या है?
Decomment https://decomment.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Decomment - Read deleted comments on Reddit"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Decomment एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Decomment allows you to read comments which were deleted by moderators from web-sites like reddit.com, vc.ru Interesting comments are frequently deleted because of political correctness, web-site’s policy or even moderator’s bad mood. So, I decided to create a service that would allow users to read all comments, even deleted ones.
एक्सटेंशन की मूल जानकारी
नाम | Decomment |
ID | dgmadlnbfpjabnngoehblhjinfeghnha |
आधिकारिक URL | https://chromewebstore.google.com/detail/decomment/dgmadlnbfpjabnngoehblhjinfeghnha |
विवरण | Decomment - Read deleted comments on Reddit |
फ़ाइल का आकार | 129 KB |
स्थापना संख्या | 73 |
वर्तमान संस्करण | 1.7 |
अंतिम अपडेट | 2015-11-04 |
प्रकाशन तिथि | 2015-11-04 |
रेटिंग | 2.60/5 कुल 5 रेटिंग्स |
डेवलपर | https://decomment.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Decomment", "short_name": "Decomment - Read deleted comments on Reddit", "description": "Decomment - Read deleted comments on Reddit", "homepage_url": "http:\/\/decomment.com", "version": "1.7", "background": { "persistent": false, "scripts": [ "lib\/jquery\/jquery.js", "lib\/purl\/purl.js", "js\/background.js" ] }, "browser_action": { "default_icon": "img\/no_content.png", "default_popup": "html\/no_comments.html", "default_title": "Decomment" }, "permissions": [ "activeTab", "tabs", "alarms", "https:\/\/zerocode.ru\/", "http:\/\/zerocode.ru\/", "http:\/\/decomment.com\/" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } |