Limits

Specify daily limits for sites you waste too much time on

ما هو Limits؟

Limits هو إضافة Chrome تم تطويرها بواسطة 2matto، والميزة الرئيسية لها هي "Specify daily limits for sites you waste too much time on".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Limits

قم بتنزيل ملفات الامتداد Limits بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
}