Limits

Specify daily limits for sites you waste too much time on

Limits क्या है?

Limits 2matto द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Specify daily limits for sites you waste too much time on"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Limits एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Set daily limits for websites. Prevent binge watching YouTube or Netflix, or put an end to endlessly scrolling on Facebook and Twitter.

Once you hit your daily limit the site will be blocked until the next day. Only active tabs count towards your time.

Use regular expressions to define more complex limits.                    

एक्सटेंशन की मूल जानकारी

नाम Limits Limits
ID pilkecnaknpbllkhjcdfghagdfbdgeon
आधिकारिक URL https://chromewebstore.google.com/detail/limits/pilkecnaknpbllkhjcdfghagdfbdgeon
विवरण Specify daily limits for sites you waste too much time on
फ़ाइल का आकार 25.83 KB
स्थापना संख्या 210
वर्तमान संस्करण 0.0.0.4
अंतिम अपडेट 2019-04-05
प्रकाशन तिथि 2019-04-04
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर 2matto
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Limits",
    "short_name": "Limits",
    "version": "0.0.0.4",
    "description": "Specify daily limits for sites you waste too much time on",
    "icons": {
        "128": "Limits-128.png",
        "512": "Limits-512.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "Limits-128.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}