Reddit Under 100
Highlights threads that contain under 100 comments. Toggle with ~ key.
Cos'è Reddit Under 100?
Reddit Under 100 è un'estensione di Chrome sviluppata da https://www.clayburngriffin.com, e la sua funzione principale è "Highlights threads that contain under 100 comments. Toggle with ~ key.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Reddit Under 100
Scarica i file di estensione Reddit Under 100 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
A simple plugin that highlights Reddit threads that have fewer than 100 comments. Use the ~ key to toggle highlighting on and off. Updated to work with New and Old Reddit alike. (Option to use Q as toggle key like Version 1.0). You can send feedback to @Clayburn on Twitter.
Informazioni di Base sull'Estensione
Nome | Reddit Under 100 |
ID | gockmhepknafokmfmpdkdmffnleaddmd |
URL Ufficiale | https://chromewebstore.google.com/detail/reddit-under-100/gockmhepknafokmfmpdkdmffnleaddmd |
Descrizione | Highlights threads that contain under 100 comments. Toggle with ~ key. |
Dimensione del File | 13.37 KB |
Conteggio Installazioni | 14 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2023-07-20 |
Data di Pubblicazione | 2016-07-13 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://www.clayburngriffin.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.clayburngriffin.com/under100 |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit Under 100", "description": "Highlights threads that contain under 100 comments. Toggle with ~ key.", "version": "2.0", "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/*" ], "js": [ "under.js" ], "run_at": "document_end" } ], "icons": { "128": "icon.png" }, "permissions": [ "storage" ], "options_ui": { "page": "options.html", "open_in_tab": false }, "manifest_version": 3 } |