Atmosphere Backgrounds

Enhance your day to day browsing experience

Что такое Atmosphere Backgrounds?

Atmosphere Backgrounds - это расширение Chrome, разработанное ninayadev, и его основная функция - "Enhance your day to day browsing experience".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Atmosphere Backgrounds

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

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

                        New tab Atmosphere backgrounds to enhance your browsing experience!

By clicking "Add to chrome", I accept and agree to installing the Atmosphere Backgrounds
new Tab and setting Chrome™ New Tab search to that provided by the service and the
Terms of Use and Privacy Policy. 

The extension will update your search settings and will change your New Tab search services provided by Bing.

Privacy page: https://www.atmoseek.com/privacy
Term Of Use page: https://www.atmoseek.com/termofuse
About Us page:   https://www.atmoseek.com/about
Contact Us page: https://www.atmoseek.com/contact

Images taken from Unsplash service (https://unsplash.com)                    

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

Название Atmosphere Backgrounds Atmosphere Backgrounds
ID hnnneodcogakmlfdnalkmbdmgldjnomd
Официальный URL https://chromewebstore.google.com/detail/atmosphere-backgrounds/hnnneodcogakmlfdnalkmbdmgldjnomd
Описание Enhance your day to day browsing experience
Размер файла 463 KB
Количество установок 54
Текущая Версия 1.0.4
Последнее Обновление 2021-11-18
Дата публикации 2021-08-28
Рейтинг 5.00/5 Всего 1 оценок
Разработчик ninayadev
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://atmoseek.com/
URL страницы политики конфиденциальности https://atmoseek.com/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Atmosphere Backgrounds",
    "version": "1.0.4",
    "description": "Enhance your day to day browsing experience",
    "manifest_version": 2,
    "author": "Your Name",
    "chrome_url_overrides": {
        "newtab": ".\/src\/main.html"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            ".\/src\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "static\/favicon\/logo.png"
    },
    "icons": {
        "16": "static\/favicon\/logo.png",
        "32": "static\/favicon\/logo.png",
        "42": "static\/favicon\/logo.png",
        "128": "static\/favicon\/logo.png"
    }
}