BlockThis - The Lightweight Website Blocker

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

Co to jest BlockThis - The Lightweight Website Blocker?

BlockThis - The Lightweight Website Blocker to rozszerzenie Chrome opracowane przez Luka Momcilovic, a jego główną funkcją jest „A lightweight website-blocker for Chrome. Stop wasting time on reddit, instagram, twitter and youtube.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia BlockThis - The Lightweight Website Blocker

Pobierz pliki rozszerzeń BlockThis - The Lightweight Website Blocker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa BlockThis - The Lightweight Website Blocker BlockThis - The Lightweight Website Blocker
ID dbegggnomcamjklilbebknbblkgjahjc
Oficjalny URL https://chrome.google.com/webstore/detail/blockthis-the-lightweight/dbegggnomcamjklilbebknbblkgjahjc
Opis A lightweight website-blocker for Chrome. Stop wasting time on reddit, instagram, twitter and youtube.
Rozmiar pliku 214 KB
Liczba instalacji 35
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-04-14
Data Publikacji 2020-04-12
Deweloper Luka Momcilovic
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://sites.google.com/view/undetectableadblocker/start
Obsługiwane Języki 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"
    ]
}