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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้านโยบายความเป็นส่วนตัว 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"
}