Space Web Results

Web Results with space themed background.

Что такое Space Web Results?

Space Web Results - это расширение Chrome, разработанное https://happy-hours.xyz, и его основная функция - "Web Results with space themed background.".

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

Скачать файл CRX расширения Space Web Results

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

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

                        Change your default search engine for happy-hours space theme. 
You can change the speed, size, number and colors of the stars.                    

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

Название Space Web Results Space Web Results
ID ldmnpfbhdhmdakfdlgfehcojocicialc
Официальный URL https://chromewebstore.google.com/detail/space-web-results/ldmnpfbhdhmdakfdlgfehcojocicialc
Описание Web Results with space themed background.
Размер файла 11.85 KB
Количество установок 30
Текущая Версия 1.0.3
Последнее Обновление 2021-10-06
Дата публикации 2020-02-15
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://happy-hours.xyz
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://happy-hours.xyz/privacy.html
Поддерживаемые языки en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "128.png"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Space Web Results",
            "keyword": "__MSG_appName__",
            "search_url": "https:\/\/happy-hours.xyz\/search?theme=speedl&q={searchTerms}",
            "favicon_url": "https:\/\/happy-hours.xyz\/bundles\/app\/img\/favicon_search_engine\/favicon-32x32.png",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.3"
}