Astrologer
Get search results from web.
Что такое Astrologer?
Astrologer - это расширение Chrome, разработанное astrologer.today.1, и его основная функция - "Get search results from web.".
Снимки экрана расширения
Скачать файл CRX расширения Astrologer
Скачайте файлы расширений Astrologer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Astrologer Search Engine enables the user's browser to search web results. Zodiac signs on new tab are powered by astrologer.today. By clicking "add to Chrome", I accept and agree to installing the Astrologer extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use (https://astrologer.today/terms) and Policy (https://astrologer.today/privacy)
Основная информация о расширении
Название | Astrologer |
ID | fapjjnnnddbmponacmadeaonkcpeoefb |
Официальный URL | https://chromewebstore.google.com/detail/astrologer/fapjjnnnddbmponacmadeaonkcpeoefb |
Описание | Get search results from web. |
Размер файла | 172 KB |
Количество установок | 117,848 |
Текущая Версия | 0.0.3 |
Последнее Обновление | 2023-04-04 |
Дата публикации | 2023-02-16 |
Рейтинг | 5.00/5 Всего 29 оценок |
Разработчик | astrologer.today.1 |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://astrologer.today/ |
URL страницы помощи | https://astrologer.today/contact |
URL страницы политики конфиденциальности | https://astrologer.today/privacy |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Astrologer", "author": "Galattic Cyberspace Ltd", "version": "0.0.3", "description": "Get search results from web.", "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/icon16.png", "28": "icons\/icon28.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "options.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/ssl.google-analytics.com;" } } |