Reddit Limit
This extension sets a timer for reddit use
Wat is Reddit Limit?
Reddit Limit is een Chrome-extensie ontwikkeld door rchc44, en de belangrijkste functie is "This extension sets a timer for reddit use".
Extensie Screenshots
Download het CRX-bestand van de extensie Reddit Limit
Download Reddit Limit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Reddit Limit |
ID | lonknbdcnnadnckinmgdfejfnanoadpf |
Officiële URL | https://chromewebstore.google.com/detail/reddit-limit/lonknbdcnnadnckinmgdfejfnanoadpf |
Beschrijving | This extension sets a timer for reddit use |
Bestandsgrootte | 42.9 KB |
Aantal Installaties | 53 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2022-05-24 |
Publicatiedatum | 2021-01-26 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | rchc44 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |