MyTwoCents Comment Aggregator
Comment aggregator for Reddit, HackerNews, and Facebook
MyTwoCents Comment Aggregator क्या है?
MyTwoCents Comment Aggregator trahn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Comment aggregator for Reddit, HackerNews, and Facebook"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MyTwoCents Comment Aggregator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
MyTwoCents is a comment aggregator as a browser extension. It currently puts Reddit, HackerNews, and Facebook comments on any website you are visiting. The idea is to have all comments in one place right next to the website they are referring to - as you browse the web. You can see it in action before installing on this site: https://mytwocentscomments.website/
एक्सटेंशन की मूल जानकारी
नाम | MyTwoCents Comment Aggregator |
ID | gmcmamjffgpegfhbkbldeamchnadoick |
आधिकारिक URL | https://chromewebstore.google.com/detail/mytwocents-comment-aggreg/gmcmamjffgpegfhbkbldeamchnadoick |
विवरण | Comment aggregator for Reddit, HackerNews, and Facebook |
फ़ाइल का आकार | 107 KB |
स्थापना संख्या | 29 |
वर्तमान संस्करण | 0.1.3 |
अंतिम अपडेट | 2018-02-01 |
प्रकाशन तिथि | 2018-02-01 |
रेटिंग | 4.25/5 कुल 4 रेटिंग्स |
डेवलपर | trahn |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MyTwoCents Comment Aggregator", "description": "Comment aggregator for Reddit, HackerNews, and Facebook", "version": "0.1.3", "content_security_policy": "script-src 'self'; object-src 'self'", "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon16.png", "default_title": "Show comments!" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "activeTab", "storage", "webNavigation" ], "web_accessible_resources": [ "iframe.html", "icons\/icon128.png", "content.js", "content.css", "lib\/bootstrap.min.css", "lib\/bootstrap.min.js", "lib\/jquery-3.2.1.slim.min.js", "lib\/popper.min.js", "lib\/embedd.min.js", "iframe.css", "iframe.js" ] } |