Travel Tab
Hotels and travel news on your new tab page!
Qu'est-ce que Travel Tab ?
Travel Tab est une extension Chrome développée par https://traveldailydiscounts.com, et sa fonction principale est "Hotels and travel news on your new tab page!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Travel Tab
Téléchargez les fichiers d'extension Travel Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ceojojeclfndnodcppepdlghconbhdfh |
URL Officiel | https://chromewebstore.google.com/detail/travel-tab/ceojojeclfndnodcppepdlghconbhdfh |
Description | Hotels and travel news on your new tab page! |
Taille du Fichier | 642 KB |
Nombre d'Installations | 519 |
Version Actuelle | 1.7 |
Dernière Mise à Jour | 2023-12-12 |
Date de Publication | 2023-08-23 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://traveldailydiscounts.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://traveldailydiscounts.com/ |
URL de la Page d'Aide | https://traveldailydiscounts.com/privacy/ |
URL de la Page de Politique de Confidentialité | https://traveldailydiscounts.com/privacy |
Langues Prises en Charge | 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 } |