Porn Site Blocker

This chrome extension is built for blocking porn sites and adult content. you can also blacklist domains and pages manually.

Что такое Porn Site Blocker?

Porn Site Blocker - это расширение Chrome, разработанное golujs2000, и его основная функция - "This chrome extension is built for blocking porn sites and adult content. you can also blacklist domains and pages manually.".

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

screenshot

Скачать файл CRX расширения Porn Site Blocker

Скачайте файлы расширений Porn Site Blocker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This chrome extension is built for blocking porn sites and adult content. you can also blacklist any domain and web page manually. Our team's effort is, you stay away from porn sites.

You can use this extension to prevent a porn site, if you are addicted to watching porn,  this extension is for you.

This extension automatically blocks porn sites. and you can manually block and whitelist a domain and page, you have to go to the options page, to add the domain or page to the blacklist and whitelist.                    

Основная информация о расширении

Название Porn Site Blocker Porn Site Blocker
ID ljjkiefkfmmfjiloocmiipmnjoaagglg
Официальный URL https://chromewebstore.google.com/detail/porn-site-blocker/ljjkiefkfmmfjiloocmiipmnjoaagglg
Описание This chrome extension is built for blocking porn sites and adult content. you can also blacklist domains and pages manually.
Размер файла 124 KB
Количество установок 833
Текущая Версия 1.02
Последнее Обновление 2022-12-25
Дата публикации 2022-12-16
Рейтинг 5.00/5 Всего 2 оценок
Разработчик golujs2000
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Porn Site Blocker",
    "version": "1.02",
    "description": "This chrome extension is built for blocking porn sites and adult content. you can also blacklist domains and pages manually.",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": "images\/icon16.png",
        "default_title": "Pron site blocker",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "style.css"
            ],
            "html": [
                "index.html"
            ]
        }
    ]
}