Porn Blocker
blocks pages containing porn.
Что такое Porn Blocker?
Porn Blocker - это расширение Chrome, разработанное Ayman Eltemmsahy, и его основная функция - "blocks pages containing porn.".
Скачать файл CRX расширения Porn Blocker
Скачайте файлы расширений Porn Blocker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension blocks porn websites. It gives you the ability to change the opacity of the page to partially see what's beneath. And you can view the page if you decide you want to see it.
Основная информация о расширении
Название | |
ID | jbdeagmojbldngfcfekkmifcdkfnkcja |
Официальный URL | https://chrome.google.com/webstore/detail/porn-blocker/jbdeagmojbldngfcfekkmifcdkfnkcja |
Описание | blocks pages containing porn. |
Размер файла | 61.37 KB |
Количество установок | 302 |
Текущая Версия | 1.14 |
Последнее Обновление | 2014-11-17 |
Дата публикации | 2014-11-17 |
Рейтинг | 3.60/5 Всего 5 оценок |
Разработчик | Ayman Eltemmsahy |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Porn Blocker", "version": "1.14", "description": "blocks pages containing porn.", "icons": { "16": "icon-16.ico", "48": "icon-48.ico", "128": "icon-128.ico" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "extra.js", "main.js" ], "run_at": "document_idle", "all_frames": true } ], "manifest_version": 2 } |