rComments - Reddit Hover Comments
Hover over comments link to view all comments and their replies.
Was ist rComments - Reddit Hover Comments?
rComments - Reddit Hover Comments ist eine Chrome-Erweiterung, die von https://iampueroo.github.io/rComments entwickelt wurde, und ihr Hauptmerkmal ist "Hover over comments link to view all comments and their replies.".
Erweiterungsscreenshots
rComments - Reddit Hover Comments-Erweiterungs-CRX-Datei herunterladen
Laden Sie rComments - Reddit Hover Comments-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | rComments - Reddit Hover Comments |
ID | njkilkdmdolbjonbfjhmknefhdccioig |
Offizielle URL | https://chromewebstore.google.com/detail/rcomments-reddit-hover-co/njkilkdmdolbjonbfjhmknefhdccioig |
Beschreibung | Hover over comments link to view all comments and their replies. |
Dateigröße | 75.65 KB |
Installationsanzahl | 317 |
Aktuelle Version | 1.4.0 |
Letztes Update | 2021-06-24 |
Veröffentlichungsdatum | 2020-06-24 |
Bewertung | 4.07/5 Insgesamt 15 Bewertungen |
Entwickler | https://iampueroo.github.io/rComments |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://iampueroo.github.io/rComments/ |
Unterstützte Sprachen | 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" } } |