Travel Tab

Hotels and travel news on your new tab page!

Was ist Travel Tab?

Travel Tab ist eine Chrome-Erweiterung, die von https://traveldailydiscounts.com entwickelt wurde, und ihr Hauptmerkmal ist "Hotels and travel news on your new tab page!".

Erweiterungsscreenshots

screenshot

Travel Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Travel Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Travel Tab Travel Tab
ID ceojojeclfndnodcppepdlghconbhdfh
Offizielle URL https://chromewebstore.google.com/detail/travel-tab/ceojojeclfndnodcppepdlghconbhdfh
Beschreibung Hotels and travel news on your new tab page!
Dateigröße 642 KB
Installationsanzahl 519
Aktuelle Version 1.7
Letztes Update 2023-12-12
Veröffentlichungsdatum 2023-08-23
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://traveldailydiscounts.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://traveldailydiscounts.com/
Hilfeseite URL https://traveldailydiscounts.com/privacy/
URL der Datenschutzrichtlinien-Seite https://traveldailydiscounts.com/privacy
Unterstützte Sprachen 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
}