rComments - Reddit Hover Comments
Hover over comments link to view all comments and their replies.
¿Qué es rComments - Reddit Hover Comments?
rComments - Reddit Hover Comments es una extensión de Chrome desarrollada por https://iampueroo.github.io/rComments, y su función principal es "Hover over comments link to view all comments and their replies.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión rComments - Reddit Hover Comments
Descarga archivos de extensión rComments - Reddit Hover Comments en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | rComments - Reddit Hover Comments |
ID | njkilkdmdolbjonbfjhmknefhdccioig |
URL Oficial | https://chromewebstore.google.com/detail/rcomments-reddit-hover-co/njkilkdmdolbjonbfjhmknefhdccioig |
Descripción | Hover over comments link to view all comments and their replies. |
Tamaño del Archivo | 75.65 KB |
Cantidad de Instalaciones | 317 |
Versión Actual | 1.4.0 |
Última Actualización | 2021-06-24 |
Fecha de Publicación | 2020-06-24 |
Calificación | 4.07/5 Total de 15 Calificaciones |
Desarrollador | https://iampueroo.github.io/rComments |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://iampueroo.github.io/rComments/ |
Idiomas Soportados | 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" } } |