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
公式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
Eメール [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
    }
}