Reddit Under 100
Highlights threads that contain under 100 comments. Toggle with ~ key.
Vad är Reddit Under 100?
Reddit Under 100 är en Chrome-tillägg utvecklad av https://www.clayburngriffin.com, och dess huvudfunktion är "Highlights threads that contain under 100 comments. Toggle with ~ key.".
Tilläggsskärmbilder
Ladda ner Reddit Under 100-förlängningens CRX-fil
Ladda ner Reddit Under 100-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | gockmhepknafokmfmpdkdmffnleaddmd |
| Officiell webbadress | https://chromewebstore.google.com/detail/reddit-under-100/gockmhepknafokmfmpdkdmffnleaddmd |
| Beskrivning | Highlights threads that contain under 100 comments. Toggle with ~ key. |
| Filstorlek | 13.37 KB |
| Antal Installationer | 14 |
| Aktuell Version | 2.0 |
| Senast Uppdaterad | 2023-07-20 |
| Publiceringsdatum | 2016-07-13 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://www.clayburngriffin.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.clayburngriffin.com/under100 |
| Stödda Språk | 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
} | |