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".
Снимки экрана расширения
Скачать файл 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
Основная информация о расширении
Название | |
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 } } |