rComments - Reddit Hover Comments
Hover over comments link to view all comments and their replies.
rComments - Reddit Hover Comments क्या है?
rComments - Reddit Hover Comments https://iampueroo.github.io/rComments द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hover over comments link to view all comments and their replies."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में rComments - Reddit Hover Comments एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Reddit Extension rComments lets you to explore a post's comments and their replies just by hovering over the comments link of a post - no need to open new tabs or wait for additional page loads. Want to check out the top comment? The replies? Just hover over the comments link and the checkout any comment you'd like!
एक्सटेंशन की मूल जानकारी
नाम | rComments - Reddit Hover Comments |
ID | njkilkdmdolbjonbfjhmknefhdccioig |
आधिकारिक URL | https://chromewebstore.google.com/detail/rcomments-reddit-hover-co/njkilkdmdolbjonbfjhmknefhdccioig |
विवरण | Hover over comments link to view all comments and their replies. |
फ़ाइल का आकार | 75.65 KB |
स्थापना संख्या | 317 |
वर्तमान संस्करण | 1.4.0 |
अंतिम अपडेट | 2021-06-24 |
प्रकाशन तिथि | 2020-06-24 |
रेटिंग | 4.07/5 कुल 15 रेटिंग्स |
डेवलपर | https://iampueroo.github.io/rComments |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://iampueroo.github.io/rComments/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "rComments.js" ], "css": [ "rComments.css" ], "matches": [ "http:\/\/reddit.com\/*", "https:\/\/reddit.com\/*", "http:\/\/*.reddit.com\/*", "https:\/\/*.reddit.com\/*" ] } ], "description": "Hover over comments link to view all comments and their replies.", "homepage_url": "https:\/\/iampueroo.github.io\/rComments\/", "manifest_version": 2, "minimum_chrome_version": "20.0", "name": "rComments - Reddit Hover Comments", "permissions": [ "http:\/\/reddit.com\/*", "https:\/\/reddit.com\/*", "http:\/\/*.reddit.com\/*", "https:\/\/*.reddit.com\/*" ], "version": "1.4.0", "icons": { "64": "icons\/icon-64.png", "128": "icons\/icon-128.png", "600": "icons\/icon-600.png" } } |