BookMyShow - Nearby Theatres

This extension tells you distance of movie theatres from your current location

Was ist BookMyShow - Nearby Theatres?

BookMyShow - Nearby Theatres ist eine Chrome-Erweiterung, die von Shubham Jindal entwickelt wurde, und ihr Hauptmerkmal ist "This extension tells you distance of movie theatres from your current location".

Erweiterungsscreenshots

screenshot

BookMyShow - Nearby Theatres-Erweiterungs-CRX-Datei herunterladen

Laden Sie BookMyShow - Nearby Theatres-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

                        The extension tells you driving distance of your movie theatres from your current location on BookMyShow.

- No more hassles in figuring out which theatre is nearby to your location
- Direct map link to a corresponding theatre for the driving directions

Just accept the popup to use the current location and it will automatically work

****COMING SOON****
Sort by distance to see accurately the nearest theatres                    

Grundlegende Informationen zur Erweiterung

Name BookMyShow - Nearby Theatres BookMyShow - Nearby Theatres
ID ldcebefmigojpejeklfkjgcphginkbic
Offizielle URL https://chromewebstore.google.com/detail/bookmyshow-nearby-theatre/ldcebefmigojpejeklfkjgcphginkbic
Beschreibung This extension tells you distance of movie theatres from your current location
Dateigröße 72.15 KB
Installationsanzahl 61
Aktuelle Version 2.0
Letztes Update 2017-08-29
Veröffentlichungsdatum 2017-08-29
Bewertung 4.00/5 Insgesamt 8 Bewertungen
Entwickler Shubham Jindal
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BookMyShow - Nearby Theatres",
    "description": "This extension tells you distance of movie theatres from your current location",
    "version": "2.0",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/in.bookmyshow.com\/*",
        "https:\/\/maps.googleapis.com\/maps\/api\/distancematrix\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/in.bookmyshow.com\/*"
            ],
            "js": [
                "jquery.js",
                "bookmyshow.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}