Travel Tab
Hotels and travel news on your new tab page!
Travel Tab क्या है?
Travel Tab https://traveldailydiscounts.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hotels and travel news on your new tab page!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Travel Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ceojojeclfndnodcppepdlghconbhdfh |
आधिकारिक URL | https://chromewebstore.google.com/detail/travel-tab/ceojojeclfndnodcppepdlghconbhdfh |
विवरण | Hotels and travel news on your new tab page! |
फ़ाइल का आकार | 642 KB |
स्थापना संख्या | 519 |
वर्तमान संस्करण | 1.7 |
अंतिम अपडेट | 2023-12-12 |
प्रकाशन तिथि | 2023-08-23 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://traveldailydiscounts.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://traveldailydiscounts.com/ |
सहायता पृष्ठ URL | https://traveldailydiscounts.com/privacy/ |
गोपनीयता नीति पृष्ठ URL | https://traveldailydiscounts.com/privacy |
समर्थित भाषाएँ | 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 } |