Reddit Under 100

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

Reddit Under 100 क्या है?

Reddit Under 100 https://www.clayburngriffin.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlights threads that contain under 100 comments. Toggle with ~ key."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Reddit Under 100 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Reddit Under 100 Reddit Under 100
ID gockmhepknafokmfmpdkdmffnleaddmd
आधिकारिक URL https://chromewebstore.google.com/detail/reddit-under-100/gockmhepknafokmfmpdkdmffnleaddmd
विवरण Highlights threads that contain under 100 comments. Toggle with ~ key.
फ़ाइल का आकार 13.37 KB
स्थापना संख्या 14
वर्तमान संस्करण 2.0
अंतिम अपडेट 2023-07-20
प्रकाशन तिथि 2016-07-13
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://www.clayburngriffin.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.clayburngriffin.com/under100
समर्थित भाषाएँ 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
}