Website blocker

The extension help lock harmful website and panic with 1000 times

Website blocker là gì?

Website blocker là một tiện ích mở rộng Chrome được phát triển bởi http://mydeveloper.info, và tính năng chính của nó là "The extension help lock harmful website and panic with 1000 times".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Website blocker

Tải xuống các tệp mở rộng Website blocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Website blocker Website blocker
ID cgobkemdenlljplfbmkjaeicefmccppc
URL Chính Thức https://chrome.google.com/webstore/detail/website-blocker/cgobkemdenlljplfbmkjaeicefmccppc
Mô tả The extension help lock harmful website and panic with 1000 times
Kích Thước Tệp 9.04 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2017-12-05
Ngày Phát Hành 2017-12-05
Đánh Giá 3.25/5 Tổng số 12 Đánh Giá
Nhà Phát Triển http://mydeveloper.info
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://mydeveloper.info
Ngôn Ngữ Được Hỗ Trợ 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"
}