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?

BlockThis - The Lightweight Website Blocker是由Luka Momcilovic开发的Chrome扩展程序,该扩展的主要功能是“A lightweight website-blocker for Chrome. Stop wasting time on reddit, instagram, twitter and youtube.”。

扩展截图

screenshot
screenshot

下载BlockThis - The Lightweight Website Blocker扩展crx文件

下载BlockThis - The Lightweight Website Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 BlockThis - The Lightweight Website Blocker BlockThis - The Lightweight Website Blocker
ID dbegggnomcamjklilbebknbblkgjahjc
官方URL https://chrome.google.com/webstore/detail/blockthis-the-lightweight/dbegggnomcamjklilbebknbblkgjahjc
简介 A lightweight website-blocker for Chrome. Stop wasting time on reddit, instagram, twitter and youtube.
文件大小 214 KB
安装次数 35
当前版本 1.0
更新时间 2020-04-14
上架时间 2020-04-12
开发者 Luka Momcilovic
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sites.google.com/view/undetectableadblocker/start
支持的语言 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"
    ]
}