MakeMyTrip Browser Buddy

MakeMyTrip's Official browser extension. Get the best deals on Flights, Hotels and Holidays!

What is MakeMyTrip Browser Buddy?

MakeMyTrip Browser Buddy is a Chrome extension developed by https://www.makemytrip.com, and its main feature is "MakeMyTrip's Official browser extension. Get the best deals on Flights, Hotels and Holidays!".

Extension Screenshots

screenshot
screenshot
screenshot

Download MakeMyTrip Browser Buddy Extension CRX File

Download MakeMyTrip Browser Buddy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Our extension shows the latest offers available on flights, hotels and holiday bookings.
Why should you be using the MakeMyTrip Browser Buddy? Here's why:

* Top Offers: Access a hand-picked list of best Coupons and Offers in extension. 
* FEATURED in Chrome Webstore and always FREE
* Provides latest Offers and Deals 
* Users can click on the MMT button to gain quick access to the MMT services and offers showcased

MMT Browser Buddy button works like a small website and showcases links of all our different services. The user can click and browse these services and deals right on our website. 

By installing, you are agree with the Terms of Use located at https://www.makemytrip.com/hotels/chrome-privacy-policy.htm                    

Extension Basic Information

Name MakeMyTrip Browser Buddy MakeMyTrip Browser Buddy
ID pdjjgnboklieehakojcjmhgohjkojdbh
Official URL https://chrome.google.com/webstore/detail/makemytrip-browser-buddy/pdjjgnboklieehakojcjmhgohjkojdbh
Description MakeMyTrip's Official browser extension. Get the best deals on Flights, Hotels and Holidays!
File Size 263 KB
Installation Count 17,139
Current Version 2.9.18
Last Updated 2020-03-02
Publish Date 2020-03-01
Rating 4.32/5 Total 22 Ratings
Developer https://www.makemytrip.com
Payment Type free
Privacy Policy Page URL https://www.makemytrip.com/hotels/chrome-privacy-policy.htm
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MakeMyTrip Browser Buddy",
    "short_name": "MakeMyTrip",
    "description": "MakeMyTrip's Official browser extension. Get the best deals on Flights, Hotels and Holidays!",
    "version": "2.9.18",
    "web_accessible_resources": [
        "images\/mapPopup.png",
        "images\/bg.png",
        "images\/Grey.png",
        "images\/white.png",
        "images\/16.png",
        "images\/ribbon.png",
        "data\/googleSearchQueries.json"
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_icon": "images\/16.png",
        "default_popup": "src\/index.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "src\/min_assets\/js\/jquery-3.3.1.min.js",
            "src\/assets\/js\/Utilities.js",
            "src\/assets\/js\/background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "js": [
                "src\/min_assets\/js\/jquery-3.3.1.min.js",
                "src\/assets\/js\/Utilities.js",
                "src\/assets\/js\/localStorageUtility.js",
                "src\/min_assets\/js\/contentscript.js"
            ],
            "css": [
                "src\/assets\/css\/contentscript.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}