BookMyShow - Nearby Theatres

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

BookMyShow - Nearby Theatresคืออะไร?

BookMyShow - Nearby Theatres เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shubham Jindal และคุณลักษณะหลักของมันคือ "This extension tells you distance of movie theatres from your current location"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BookMyShow - Nearby Theatres

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
    }
}