Reddit Limit

This extension sets a timer for reddit use

What is Reddit Limit?

Reddit Limit is a Chrome extension developed by rchc44, and its main feature is "This extension sets a timer for reddit use".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Reddit Limit Extension CRX File

Download Reddit Limit 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

                        This extension sets a timer for reddit use and locks you out once timer reaches zero. It resets automatically every day, or you can manually set time in options page. Maximum time limit of 720 minutes.                    

Extension Basic Information

Name Reddit Limit Reddit Limit
ID lonknbdcnnadnckinmgdfejfnanoadpf
Official URL https://chromewebstore.google.com/detail/reddit-limit/lonknbdcnnadnckinmgdfejfnanoadpf
Description This extension sets a timer for reddit use
File Size 42.9 KB
Installation Count 53
Current Version 1.0.1
Last Updated 2022-05-24
Publish Date 2021-01-26
Rating 5.00/5 Total 1 Ratings
Developer rchc44
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit Limit",
    "description": "This extension sets a timer for reddit use",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "128": "img\/icon.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "img\/icon.png",
        "default_popup": "html\/popup.html",
        "default_tooltip": "Limit your reddit time"
    },
    "options_page": "html\/options.html"
}