Adult Site Blocker

Adult Site Blocker

Co to jest Adult Site Blocker?

Adult Site Blocker to rozszerzenie Chrome opracowane przez hawkbrad975, a jego główną funkcją jest „Adult Site Blocker”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Adult Site Blocker

Pobierz pliki rozszerzeń Adult Site 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

                        Blocks all adult websites. This includes porn sites, escort sites, Online sex toy sites, dating sites, adult social media sites, adult stories sites etc. 

For all the parents out there, is your child addicted in using desktop/laptop. We are here to help you out to make sure your kids stay safe when they browse through the internet.

We block all adult websites that children are not allowed to view. We've got you covered.

How to use
1. Install the extension
2. That's it. We will take care of the rest                    

Podstawowe informacje o rozszerzeniu

Nazwa Adult Site Blocker Adult Site Blocker
ID cagciaflhonddnoaflenglejinohgjig
Oficjalny URL https://chrome.google.com/webstore/detail/adult-site-blocker/cagciaflhonddnoaflenglejinohgjig
Opis Adult Site Blocker
Rozmiar pliku 15 KB
Liczba instalacji 130
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2022-07-30
Data Publikacji 2021-09-21
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper hawkbrad975
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://hawkbrad.github.io/privacy-policy-yt
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Adult Site Blocker",
    "description": "Adult Site Blocker",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "version": "0.3",
    "icons": {
        "128": "alogo.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "alogo.png"
        }
    },
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "manifest_version": 2
}