Breathe: Website blocker

Calm and simple reminders to breathe, whenever you visit a distracting site.

ما هو Breathe: Website blocker؟

Breathe: Website blocker هو إضافة Chrome تم تطويرها بواسطة https://alejorivera.com، والميزة الرئيسية لها هي "Calm and simple reminders to breathe, whenever you visit a distracting site.".

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

screenshot

تحميل ملف CRX للإضافة Breathe: Website blocker

قم بتنزيل ملفات الامتداد Breathe: Website blocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Calm and simple reminders to breathe, whenever you visit a distracting site.                    

معلومات أساسية عن التمديد

الاسم Breathe: Website blocker Breathe: Website blocker
ID ndppkiillkcmmebpbbndbmhoacfoikmj
عنوان URL الرسمي https://chromewebstore.google.com/detail/breathe-website-blocker/ndppkiillkcmmebpbbndbmhoacfoikmj
الوصف Calm and simple reminders to breathe, whenever you visit a distracting site.
حجم الملف 71.42 KB
عدد التثبيتات 80
النسخة الحالية 0.2
آخر تحديث 2017-04-30
تاريخ النشر 2017-04-30
تقييم 3.00/5 مجموع تقييمات 4
المطور https://alejorivera.com
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Breathe: Website blocker",
    "description": "Calm and simple reminders to breathe, whenever you visit a distracting site.",
    "version": "0.2",
    "icons": {
        "128": "breathe.png"
    },
    "browser_action": {
        "default_icon": "breathe.png",
        "default_title": "Breathe",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "breathe.html"
    ]
}