BookMyShow - Nearby Theatres
This extension tells you distance of movie theatres from your current location
What is BookMyShow - Nearby Theatres?
BookMyShow - Nearby Theatres is a Chrome extension developed by Shubham Jindal, and its main feature is "This extension tells you distance of movie theatres from your current location".
Extension Screenshots
Download BookMyShow - Nearby Theatres Extension CRX File
Download BookMyShow - Nearby Theatres 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
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
Extension Basic Information
Name | |
ID | ldcebefmigojpejeklfkjgcphginkbic |
Official URL | https://chromewebstore.google.com/detail/bookmyshow-nearby-theatre/ldcebefmigojpejeklfkjgcphginkbic |
Description | This extension tells you distance of movie theatres from your current location |
File Size | 72.15 KB |
Installation Count | 61 |
Current Version | 2.0 |
Last Updated | 2017-08-29 |
Publish Date | 2017-08-29 |
Rating | 4.00/5 Total 8 Ratings |
Developer | Shubham Jindal |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } } |