Reddit Under 100
Highlights threads that contain under 100 comments. Toggle with ~ key.
Co je Reddit Under 100?
Reddit Under 100 je rozšíření Chrome vyvinuté https://www.clayburngriffin.com, a jeho hlavní funkcí je „Highlights threads that contain under 100 comments. Toggle with ~ key.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Reddit Under 100
Stáhněte si soubory rozšíření Reddit Under 100 ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | gockmhepknafokmfmpdkdmffnleaddmd |
| Oficiální URL | https://chromewebstore.google.com/detail/reddit-under-100/gockmhepknafokmfmpdkdmffnleaddmd |
| Popis | Highlights threads that contain under 100 comments. Toggle with ~ key. |
| Velikost souboru | 13.37 KB |
| Počet instalací | 14 |
| Aktuální Verze | 2.0 |
| Poslední Aktualizace | 2023-07-20 |
| Datum Vydání | 2016-07-13 |
| Hodnocení | 5.00/5 Celkem 1 Hodnocení |
| Vývojář | https://www.clayburngriffin.com |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | http://www.clayburngriffin.com/under100 |
| Podporované Jazyky | 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
} | |