Adult Site Blocker

Adult Site Blocker

Vad är Adult Site Blocker?

Adult Site Blocker är en Chrome-tillägg utvecklad av hawkbrad975, och dess huvudfunktion är "Adult Site Blocker".

Tilläggsskärmbilder

screenshot

Ladda ner Adult Site Blocker-förlängningens CRX-fil

Ladda ner Adult Site Blocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Adult Site Blocker Adult Site Blocker
ID cagciaflhonddnoaflenglejinohgjig
Officiell webbadress https://chrome.google.com/webstore/detail/adult-site-blocker/cagciaflhonddnoaflenglejinohgjig
Beskrivning Adult Site Blocker
Filstorlek 15 KB
Antal Installationer 130
Aktuell Version 0.3
Senast Uppdaterad 2022-07-30
Publiceringsdatum 2021-09-21
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare hawkbrad975
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://hawkbrad.github.io/privacy-policy-yt
Stödda Språk 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
}