Your Next Trip, cheap flights in your new tab

Get the cheapest flight to a random destination when you open a new tab.

Qu'est-ce que Your Next Trip, cheap flights in your new tab ?

Your Next Trip, cheap flights in your new tab est une extension Chrome développée par https://lesvoyagesdemma.fr, et sa fonction principale est "Get the cheapest flight to a random destination when you open a new tab.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Your Next Trip, cheap flights in your new tab

Téléchargez les fichiers d'extension Your Next Trip, cheap flights in your new 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

                        Every time you open a new tab, the extension shows you a cheap flight idea from the nearest airport.

Destinations are worldwide and dates are random. Flight prices range from 20€ (return trip) to 500€ if you plan on going far away.

If a flight suits you, you just have to click on the "Book Now" button and you'll be redirected to Skyscanner.

The extension is in both French and English depending on your browser language.

Notice: Prices were parsed in the last 24h, which means the actual price may vary a bit when you click on "BOOK NOW". Usually, the difference is small anyway.                    

Informations de Base sur l'Extension

Nom Your Next Trip, cheap flights in your new tab Your Next Trip, cheap flights in your new tab
ID jlmfmjdfdcnaidfdkmipdeaonadjfmmp
URL Officiel https://chromewebstore.google.com/detail/your-next-trip-cheap-flig/jlmfmjdfdcnaidfdkmipdeaonadjfmmp
Description Get the cheapest flight to a random destination when you open a new tab.
Taille du Fichier 272 KB
Nombre d'Installations 24
Version Actuelle 1.1.12
Dernière Mise à Jour 2020-08-21
Date de Publication 2020-07-11
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://lesvoyagesdemma.fr
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.lesvoyagesdemma.fr
URL de la Page d'Aide https://www.lesvoyagesdemma.fr/faq
URL de la Page de Politique de Confidentialité http://lesvoyagesdemma.fr/cgu
Langues Prises en Charge en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.1.12",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_appBrowser__"
    },
    "icons": {
        "128": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "scripts": [
            "backgroundApi.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "newtab.css"
    ],
    "permissions": [
        "geolocation",
        "storage"
    ],
    "manifest_version": 2
}