rComments - Reddit Hover Comments
Hover over comments link to view all comments and their replies.
Cos'è rComments - Reddit Hover Comments?
rComments - Reddit Hover Comments è un'estensione di Chrome sviluppata da https://iampueroo.github.io/rComments, e la sua funzione principale è "Hover over comments link to view all comments and their replies.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione rComments - Reddit Hover Comments
Scarica i file di estensione rComments - Reddit Hover Comments in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | rComments - Reddit Hover Comments |
ID | njkilkdmdolbjonbfjhmknefhdccioig |
URL Ufficiale | https://chromewebstore.google.com/detail/rcomments-reddit-hover-co/njkilkdmdolbjonbfjhmknefhdccioig |
Descrizione | Hover over comments link to view all comments and their replies. |
Dimensione del File | 75.65 KB |
Conteggio Installazioni | 317 |
Versione Corrente | 1.4.0 |
Ultimo Aggiornamento | 2021-06-24 |
Data di Pubblicazione | 2020-06-24 |
Valutazione | 4.07/5 Totale 15 Valutazioni |
Sviluppatore | https://iampueroo.github.io/rComments |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://iampueroo.github.io/rComments/ |
Lingue Supportate | 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" } } |