BookMyShow - Nearby Theatres

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

Wat is BookMyShow - Nearby Theatres?

BookMyShow - Nearby Theatres is een Chrome-extensie ontwikkeld door Shubham Jindal, en de belangrijkste functie is "This extension tells you distance of movie theatres from your current location".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie BookMyShow - Nearby Theatres

Download BookMyShow - Nearby Theatres-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam BookMyShow - Nearby Theatres BookMyShow - Nearby Theatres
ID ldcebefmigojpejeklfkjgcphginkbic
Officiële URL https://chromewebstore.google.com/detail/bookmyshow-nearby-theatre/ldcebefmigojpejeklfkjgcphginkbic
Beschrijving This extension tells you distance of movie theatres from your current location
Bestandsgrootte 72.15 KB
Aantal Installaties 61
Huidige Versie 2.0
Laatst Bijgewerkt 2017-08-29
Publicatiedatum 2017-08-29
Beoordeling 4.00/5 Totaal 8 Beoordelingen
Ontwikkelaar Shubham Jindal
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
    }
}