BlockThis - The Lightweight Website Blocker

A lightweight website-blocker for Chrome. Stop wasting time on reddit, instagram, twitter and youtube.

BlockThis - The Lightweight Website Blocker là gì?

BlockThis - The Lightweight Website Blocker là một tiện ích mở rộng Chrome được phát triển bởi Luka Momcilovic, và tính năng chính của nó là "A lightweight website-blocker for Chrome. Stop wasting time on reddit, instagram, twitter and youtube.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng BlockThis - The Lightweight Website Blocker

Tải xuống các tệp mở rộng BlockThis - The Lightweight 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

                        A lightweight website-blocker for Chrome that's clean, simple and efficient. 

Bugs and tips can be posted in the comments section on the extension page.                    

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

Tên BlockThis - The Lightweight Website Blocker BlockThis - The Lightweight Website Blocker
ID dbegggnomcamjklilbebknbblkgjahjc
URL Chính Thức https://chrome.google.com/webstore/detail/blockthis-the-lightweight/dbegggnomcamjklilbebknbblkgjahjc
Mô tả A lightweight website-blocker for Chrome. Stop wasting time on reddit, instagram, twitter and youtube.
Kích Thước Tệp 214 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-04-14
Ngày Phát Hành 2020-04-12
Nhà Phát Triển Luka Momcilovic
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/undetectableadblocker/start
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BlockThis - The Lightweight Website Blocker",
    "version": "1.0",
    "description": "A lightweight website-blocker for Chrome. Stop wasting time on reddit, instagram, twitter and youtube.",
    "permissions": [
        "",
        "storage",
        "tabs"
    ],
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "16": "16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "\/blocked.html",
        "\/load.js"
    ]
}