BookMyShow - Nearby Theatres

This extension tells you distance of movie theatres from your current location

Apa itu BookMyShow - Nearby Theatres?

BookMyShow - Nearby Theatres adalah ekstensi Chrome yang dikembangkan oleh Shubham Jindal, dan fitur utamanya adalah "This extension tells you distance of movie theatres from your current location".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi BookMyShow - Nearby Theatres

Unduh file ekstensi BookMyShow - Nearby Theatres dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama BookMyShow - Nearby Theatres BookMyShow - Nearby Theatres
ID ldcebefmigojpejeklfkjgcphginkbic
URL Resmi https://chromewebstore.google.com/detail/bookmyshow-nearby-theatre/ldcebefmigojpejeklfkjgcphginkbic
Deskripsi This extension tells you distance of movie theatres from your current location
Ukuran File 72.15 KB
Jumlah Instalasi 61
Versi Saat Ini 2.0
Terakhir Diperbarui 2017-08-29
Tanggal Publikasi 2017-08-29
Penilaian 4.00/5 Total 8 Penilaian
Pengembang Shubham Jindal
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
    }
}