BookMyShow - Nearby Theatres
This extension tells you distance of movie theatres from your current location
什么是BookMyShow - Nearby Theatres?
BookMyShow - Nearby Theatres是由Shubham Jindal开发的Chrome扩展程序,该扩展的主要功能是“This extension tells you distance of movie theatres from your current location”。
扩展截图
下载BookMyShow - Nearby Theatres扩展crx文件
下载BookMyShow - Nearby Theatres扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | ldcebefmigojpejeklfkjgcphginkbic |
官方URL | https://chromewebstore.google.com/detail/bookmyshow-nearby-theatre/ldcebefmigojpejeklfkjgcphginkbic |
简介 | This extension tells you distance of movie theatres from your current location |
文件大小 | 72.15 KB |
安装次数 | 61 |
当前版本 | 2.0 |
更新时间 | 2017-08-29 |
上架时间 | 2017-08-29 |
评分 | 4.00/5 共8次评分 |
开发者 | Shubham Jindal |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } } |