Travel Tab

Hotels and travel news on your new tab page!

¿Qué es Travel Tab?

Travel Tab es una extensión de Chrome desarrollada por https://traveldailydiscounts.com, y su función principal es "Hotels and travel news on your new tab page!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Travel Tab

Descarga archivos de extensión Travel Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Travel offers and news on your new tab page.
Improve your new tab experience!
With this one single extension you can get the latest news about traveling!
Every time you open a new tab, you can read daily news about your favorite topic.



Privacy:
Your privacy matters. Here's how we protect it: 
Privacy: https://traveldailydiscounts.com/privacy/
Terms Of Use: https://traveldailydiscounts.com/terms/


By clicking "Add to chrome", you accept and agree to installing Travel Tab extension and setting Chrome New Tab search to that provided by the service.

The search will be powered by Microsoft Bing.
We're also providing to you Booking.com, Allegro.pl, Amazon.com and Ebay.com discounts as a part of Affiliate program.
It is not mandatory; you can disable/enable it in the "Support Us" section whenever you want.                    

Información Básica de la Extensión

Nombre Travel Tab Travel Tab
ID ceojojeclfndnodcppepdlghconbhdfh
URL Oficial https://chromewebstore.google.com/detail/travel-tab/ceojojeclfndnodcppepdlghconbhdfh
Descripción Hotels and travel news on your new tab page!
Tamaño del Archivo 642 KB
Cantidad de Instalaciones 519
Versión Actual 1.7
Última Actualización 2023-12-12
Fecha de Publicación 2023-08-23
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://traveldailydiscounts.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://traveldailydiscounts.com/
URL de la Página de Ayuda https://traveldailydiscounts.com/privacy/
URL de la Página de Política de Privacidad https://traveldailydiscounts.com/privacy
Idiomas Soportados en,fr,it,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Travel Tab",
    "short_name": "Travel Tab",
    "description": "Hotels and travel news on your new tab page!",
    "version": "1.7",
    "default_locale": "en",
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "service_worker": "js\/worker.js"
    },
    "host_permissions": [
        "*:\/\/*.booking.com\/*",
        "*:\/\/*.traveldailydiscounts.com\/*"
    ],
    "permissions": [
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "aff",
                "enabled": true,
                "path": "rules_1.json"
            }
        ]
    },
    "options_page": "options.html",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/traveldailydiscounts.com\/*"
        ]
    },
    "manifest_version": 3
}