Reddit Under 100

Highlights threads that contain under 100 comments. Toggle with ~ key.

What is Reddit Under 100?

Reddit Under 100 is a Chrome extension developed by https://www.clayburngriffin.com, and its main feature is "Highlights threads that contain under 100 comments. Toggle with ~ key.".

Extension Screenshots

screenshot

Download Reddit Under 100 Extension CRX File

Download Reddit Under 100 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Reddit Under 100 Reddit Under 100
ID gockmhepknafokmfmpdkdmffnleaddmd
Official URL https://chromewebstore.google.com/detail/reddit-under-100/gockmhepknafokmfmpdkdmffnleaddmd
Description Highlights threads that contain under 100 comments. Toggle with ~ key.
File Size 13.37 KB
Installation Count 14
Current Version 2.0
Last Updated 2023-07-20
Publish Date 2016-07-13
Rating 5.00/5 Total 1 Ratings
Developer https://www.clayburngriffin.com
Email [email protected]
Payment Type free
Extension Website http://www.clayburngriffin.com/under100
Supported Languages 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
}