Reddit Limit
This extension sets a timer for reddit use
Reddit Limit क्या है?
Reddit Limit rchc44 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension sets a timer for reddit use"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Reddit Limit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |