Travel Extension

Travel Image Extensions

Что такое Travel Extension?

Travel Extension - это расширение Chrome, разработанное https://adtraffic.co, и его основная функция - "Travel Image Extensions".

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

screenshot

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

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

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

                        Scenic travel themed images for your new tabs !

Transform your dull new tabs to an inspirational range of scenic images from around the world to relax and inspire you while you surf.

By clicking "Add to chrome", I accept and agree to installing the Travel Chrome extension and setting Chrome™ New Tab and Default Search to that provided by the service and the Terms of Use and Privacy Policy.

Our new tab page provides web search through Bing.com and displays the local date and time within the design.

You may view our terms and conditions at http://www.adtraffic.co/terms-and-conditions/ and our privacy policy at http://www.adtraffic.co/privacy-policy/

Changelog:

v2.0.1
- Update to Manifest V3
v1.0.9
- Moved images to CDN to reduce package size
v1.0.6
- Added footer links to new tab
- Added background opacity to links for better visibility                    

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

Название Travel Extension Travel Extension
ID hkhoplnhcalogofmpojjibalhifgdomb
Официальный URL https://chromewebstore.google.com/detail/travel-extension/hkhoplnhcalogofmpojjibalhifgdomb
Описание Travel Image Extensions
Размер файла 3.53 MB
Количество установок 56,440
Текущая Версия 2.0.1
Последнее Обновление 2022-07-20
Дата публикации 2019-06-18
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://adtraffic.co
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.adtraffic.co/
URL страницы помощи https://www.adtraffic.co/
URL страницы политики конфиденциальности http://www.adtraffic.co/privacy-policy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Travel Extension",
    "description": "Travel Image Extensions",
    "version": "2.0.1",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "48": "assets\/icons\/icon_48.png",
            "128": "assets\/icons\/icon_128.png"
        }
    },
    "icons": {
        "48": "assets\/icons\/icon_48.png",
        "128": "assets\/icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/*.google.com\/*"
            ],
            "js": [
                "content_scripts\/main.js"
            ],
            "css": [
                "styles\/tailwind.min.css"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "new_tab\/index.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/d1czeafuzboizz.cloudfront.net\/travel\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/app\/*",
                "assets\/images\/background\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}