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 |
官方網址 | 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" } |