BrowseControl
Safe Search
Что такое BrowseControl?
BrowseControl - это расширение Chrome, разработанное https://searchweb.info, и его основная функция - "Safe Search".
Снимки экрана расширения
Скачать файл CRX расширения BrowseControl
Скачайте файлы расширений BrowseControl в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
BrowseControl is a lightweight and helpful Search Tool Extension designed to optimize your Search Experience.
* BrowseControl will provide access to our top-notch search engine optimizer (by CHANGING the browser's default search engine provider).
The search features used within the extension will be provided by Bing / Yahoo or Google.
* Please read carefully: by installing BrowseControl extension, you agree to use our search engine optimizer and agree to the End User License Agreement and / or the Privacy Policy.
Privacy Policy: https://www.d2rinternetholdings.com/privacypolicy
EULA: https://www.d2rinternetholdings.com/termsconditions Основная информация о расширении
| Название | |
| ID | hhmjophcjfgondpkaipcoddghhcahmhf |
| Официальный URL | https://chromewebstore.google.com/detail/browsecontrol/hhmjophcjfgondpkaipcoddghhcahmhf |
| Описание | Safe Search |
| Размер файла | 117 KB |
| Количество установок | 189 |
| Текущая Версия | 3.1.1 |
| Последнее Обновление | 2023-01-06 |
| Дата публикации | 2023-01-02 |
| Разработчик | https://searchweb.info |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://www.d2rinternetholdings.com |
| URL страницы помощи | https://www.d2rinternetholdings.com |
| URL страницы политики конфиденциальности | https://www.d2rinternetholdings.com/privacypolicy |
| Поддерживаемые языки | en |
| manifest.json | |
{
"chrome_settings_overrides": {
"search_provider": {
"encoding": "UTF-8",
"favicon_url": "https:\/\/www.searchweb.info\/icons\/Favicon.ico",
"is_default": true,
"keyword": "BrowseControl",
"name": "BrowseControl",
"search_url": "https:\/\/www.searchweb.info?gid=os_4873&q={searchTerms}"
}
},
"background": {
"service_worker": "background.js"
},
"icons": {
"128": "icons\/logo128.png",
"16": "icons\/logo16.png",
"32": "icons\/logo32.png",
"48": "icons\/logo48.png"
},
"manifest_version": 3,
"name": "BrowseControl",
"short_name": "BrowseControl",
"description": "Safe Search",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "3.1.1"
} | |