BookMyShow - Nearby Theatres

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

BookMyShow - Nearby Theatres là gì?

BookMyShow - Nearby Theatres là một tiện ích mở rộng Chrome được phát triển bởi Shubham Jindal, và tính năng chính của nó là "This extension tells you distance of movie theatres from your current location".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BookMyShow - Nearby Theatres

Tải xuống các tệp mở rộng BookMyShow - Nearby Theatres dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BookMyShow - Nearby Theatres BookMyShow - Nearby Theatres
ID ldcebefmigojpejeklfkjgcphginkbic
URL Chính Thức https://chromewebstore.google.com/detail/bookmyshow-nearby-theatre/ldcebefmigojpejeklfkjgcphginkbic
Mô tả This extension tells you distance of movie theatres from your current location
Kích Thước Tệp 72.15 KB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2017-08-29
Ngày Phát Hành 2017-08-29
Đánh Giá 4.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Shubham Jindal
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}