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
官方網址 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"
    ]
}