BookMyShow - Nearby Theatres

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

Qu'est-ce que BookMyShow - Nearby Theatres ?

BookMyShow - Nearby Theatres est une extension Chrome développée par Shubham Jindal, et sa fonction principale est "This extension tells you distance of movie theatres from your current location".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension BookMyShow - Nearby Theatres

Téléchargez les fichiers d'extension BookMyShow - Nearby Theatres 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

                        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                    

Informations de Base sur l'Extension

Nom BookMyShow - Nearby Theatres BookMyShow - Nearby Theatres
ID ldcebefmigojpejeklfkjgcphginkbic
URL Officiel https://chromewebstore.google.com/detail/bookmyshow-nearby-theatre/ldcebefmigojpejeklfkjgcphginkbic
Description This extension tells you distance of movie theatres from your current location
Taille du Fichier 72.15 KB
Nombre d'Installations 61
Version Actuelle 2.0
Dernière Mise à Jour 2017-08-29
Date de Publication 2017-08-29
Évaluation 4.00/5 Total 8 Évaluations
Développeur Shubham Jindal
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
    }
}