Presearch.com Start With Us
Set Chrome's Homepage and New Tab page to Presearch.com
Что такое Presearch.com Start With Us?
Presearch.com Start With Us - это расширение Chrome, разработанное https://presearch.com, и его основная функция - "Set Chrome's Homepage and New Tab page to Presearch.com".
Снимки экрана расширения
Скачать файл CRX расширения Presearch.com Start With Us
Скачайте файлы расширений Presearch.com Start With Us в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension allows you to set your browser homepage to presearch.com
Основная информация о расширении
Название | Presearch.com Start With Us |
ID | fbknefhkjhbolemlchjhacbgckdjggod |
Официальный URL | https://chromewebstore.google.com/detail/presearchcom-start-with-u/fbknefhkjhbolemlchjhacbgckdjggod |
Описание | Set Chrome's Homepage and New Tab page to Presearch.com |
Размер файла | 24.85 KB |
Количество установок | 37,200 |
Текущая Версия | 1.0.3 |
Последнее Обновление | 2022-06-07 |
Дата публикации | 2018-01-26 |
Рейтинг | 4.63/5 Всего 195 оценок |
Разработчик | https://presearch.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://presearch.com |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Presearch.com Start With Us", "description": "Set Chrome's Homepage and New Tab page to Presearch.com", "version": "1.0.3", "homepage_url": "https:\/\/www.presearch.com\/?utm_source=extcr", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "img\/icon16.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.presearch.com\/*" ], "css": [ "assets\/popup-visibility.css" ], "js": [ "assets\/popup-visibility.js" ], "run_at": "document_start" } ], "permissions": [ "*:\/\/*.presearch.com\/*" ], "chrome_settings_overrides": { "homepage": "https:\/\/presearch.com\/?utm_source=extcr", "startup_pages": [ "https:\/\/presearch.com\/?utm_source=extcr" ] }, "chrome_url_overrides": { "newtab": "newtab.html" } } |