Reddit Comment Companion
Hover over a post's comment url to see the top 10 comments for that post. Works with RES.
Reddit Comment Companion क्या है?
Reddit Comment Companion richmondwatkins द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hover over a post's comment url to see the top 10 comments for that post. Works with RES."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Reddit Comment Companion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Hover over a post's comment url to see the top 10 voted comments for that post. If Reddit Enhancement Suite is installed comments will open when an image or video expand link is clicked. Drag, drop and resize the pop-up however you like! -Vote support coming soon. **Extension image created by Taylor Wright-Sanson
एक्सटेंशन की मूल जानकारी
नाम | Reddit Comment Companion |
ID | dbcojchbgnoapagipaamdjfdkcmdgjek |
आधिकारिक URL | https://chromewebstore.google.com/detail/reddit-comment-companion/dbcojchbgnoapagipaamdjfdkcmdgjek |
विवरण | Hover over a post's comment url to see the top 10 comments for that post. Works with RES. |
फ़ाइल का आकार | 444 KB |
स्थापना संख्या | 702 |
वर्तमान संस्करण | 2.2.12 |
अंतिम अपडेट | 2019-03-08 |
प्रकाशन तिथि | 2019-03-08 |
रेटिंग | 4.19/5 कुल 32 रेटिंग्स |
डेवलपर | richmondwatkins |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Comment Companion", "description": "Hover over a post's comment url to see the top 10 comments for that post. Works with RES.", "version": "2.2.12", "content_scripts": [ { "matches": [ "http:\/\/www.reddit.com\/*", "https:\/\/www.reddit.com\/*", "http:\/\/old.reddit.com\/*", "https:\/\/old.reddit.com\/*" ], "js": [ "jquery.js", "jquery.linkify.min.js", "hoverintent.js", "Markdown.Converter.js", "jquery-ui.min.js", "popup.js" ], "css": [ "style.css", "jquery-ui.min.css" ] } ], "permissions": [ "storage" ], "web_accessible_resources": [ "smallLoader.gif", "settings.png", "error.png" ], "icons": { "16": "newIcon16.png", "48": "newIcon48.png", "128": "newIcon128.png" } } |