Reddit Limit
This extension sets a timer for reddit use
Reddit Limitคืออะไร?
Reddit Limit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rchc44 และคุณลักษณะหลักของมันคือ "This extension sets a timer for reddit use"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit Limit
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |