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 - это расширение Chrome, разработанное Luka Momcilovic, и его основная функция - "A lightweight website-blocker for Chrome. Stop wasting time on reddit, instagram, twitter and youtube.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения BlockThis - The Lightweight Website Blocker

Скачайте файлы расширений 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"
    ]
}