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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
    }
}