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 |
Eメール | [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" } |