Reddit Limit
This extension sets a timer for reddit use
什么是Reddit Limit?
Reddit Limit是由rchc44开发的Chrome扩展程序,该扩展的主要功能是“This extension sets a timer for reddit use”。
扩展截图
下载Reddit Limit扩展crx文件
下载Reddit Limit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Reddit Limit |
ID | lonknbdcnnadnckinmgdfejfnanoadpf |
官方URL | https://chromewebstore.google.com/detail/reddit-limit/lonknbdcnnadnckinmgdfejfnanoadpf |
简介 | This extension sets a timer for reddit use |
文件大小 | 42.9 KB |
安装次数 | 53 |
当前版本 | 1.0.1 |
更新时间 | 2022-05-24 |
上架时间 | 2021-01-26 |
评分 | 5.00/5 共1次评分 |
开发者 | rchc44 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } |