BookMyShow - Nearby Theatres
This extension tells you distance of movie theatres from your current location
Cos'è BookMyShow - Nearby Theatres?
BookMyShow - Nearby Theatres è un'estensione di Chrome sviluppata da Shubham Jindal, e la sua funzione principale è "This extension tells you distance of movie theatres from your current location".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BookMyShow - Nearby Theatres
Scarica i file di estensione BookMyShow - Nearby Theatres in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | ldcebefmigojpejeklfkjgcphginkbic |
URL Ufficiale | https://chromewebstore.google.com/detail/bookmyshow-nearby-theatre/ldcebefmigojpejeklfkjgcphginkbic |
Descrizione | This extension tells you distance of movie theatres from your current location |
Dimensione del File | 72.15 KB |
Conteggio Installazioni | 61 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2017-08-29 |
Data di Pubblicazione | 2017-08-29 |
Valutazione | 4.00/5 Totale 8 Valutazioni |
Sviluppatore | Shubham Jindal |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } } |