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”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 BookMyShow - Nearby Theatres BookMyShow - Nearby Theatres
ID ldcebefmigojpejeklfkjgcphginkbic
官方網址 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
    }
}