Website blocker

The extension help lock harmful website and panic with 1000 times

ما هو Website blocker؟

Website blocker هو إضافة Chrome تم تطويرها بواسطة http://mydeveloper.info، والميزة الرئيسية لها هي "The extension help lock harmful website and panic with 1000 times".

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

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

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

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

                        This extension help block website with many benefits:

- Easy to use.
- Block children access harmful website.
- Prevent yourself access website you don't want in the future.
- Warning 1000 times.                    

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

الاسم Website blocker Website blocker
ID cgobkemdenlljplfbmkjaeicefmccppc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/website-blocker/cgobkemdenlljplfbmkjaeicefmccppc
الوصف The extension help lock harmful website and panic with 1000 times
حجم الملف 9.04 KB
عدد التثبيتات 1,000
النسخة الحالية 1.0.3
آخر تحديث 2017-12-05
تاريخ النشر 2017-12-05
تقييم 3.25/5 مجموع تقييمات 12
المطور http://mydeveloper.info
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://mydeveloper.info
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Website blocker",
    "version": "1.0.3",
    "description": "The extension help lock harmful website and panic with 1000 times",
    "icons": {
        "128": ".\/images\/icon.png"
    },
    "browser_action": {
        "default_popup": ".\/popup.html",
        "default_icon": ".\/images\/icon.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "storage"
    ],
    "background": {
        "scripts": [
            ".\/extension.js"
        ]
    },
    "author": "tuanphpvn",
    "minimum_chrome_version": "23.0",
    "homepage_url": "https:\/\/mydeveloper.info"
}