Reddit Megathreader
This extension improves reading experience on Reddit megathreads
Cos'è Reddit Megathreader?
Reddit Megathreader è un'estensione di Chrome sviluppata da abcpp, e la sua funzione principale è "This extension improves reading experience on Reddit megathreads".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Reddit Megathreader
Scarica i file di estensione Reddit Megathreader 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
Tool that helps read megathreads on Reddit
* Removes width restriction (so on a large monitor text will occupy all of the screen real estate)
* Improves visibility by shading individual comment threads so it's easy to see where one comment thread ends and new one begins
* Collapses all comments to leave only first-level comments visible. Subcomments can be revealed by clicking "expand"
* Automatically loads all unloaded comments so you don't have to click on "load more comments" ever again
* Highlights certain keywords like "Chase Ink Preferred", "American Express Platinum" and so on (send me the list of keywords I forgot!) Informazioni di Base sull'Estensione
| Nome | |
| ID | dkobfgjgbadngkmpkkaaajfidgenkaii |
| URL Ufficiale | https://chromewebstore.google.com/detail/reddit-megathreader/dkobfgjgbadngkmpkkaaajfidgenkaii |
| Descrizione | This extension improves reading experience on Reddit megathreads |
| Dimensione del File | 4.56 KB |
| Conteggio Installazioni | 11 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2017-03-17 |
| Data di Pubblicazione | 2017-03-17 |
| Valutazione | 3.00/5 Totale 2 Valutazioni |
| Sviluppatore | abcpp |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Reddit Megathreader",
"description": "This extension improves reading experience on Reddit megathreads",
"version": "1.0.1",
"permissions": [
"*:\/\/*.reddit.com\/*\/comments\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.reddit.com\/*\/comments\/*"
],
"css": [
"mega.css"
],
"js": [
"mega.js"
]
}
]
} | |