BookMyShow - Nearby Theatres
This extension tells you distance of movie theatres from your current location
O que é BookMyShow - Nearby Theatres?
BookMyShow - Nearby Theatres é uma extensão do Chrome desenvolvida por Shubham Jindal, e sua principal característica é "This extension tells you distance of movie theatres from your current location".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão BookMyShow - Nearby Theatres
Baixe arquivos de extensão BookMyShow - Nearby Theatres no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | ldcebefmigojpejeklfkjgcphginkbic |
URL Oficial | https://chromewebstore.google.com/detail/bookmyshow-nearby-theatre/ldcebefmigojpejeklfkjgcphginkbic |
Descrição | This extension tells you distance of movie theatres from your current location |
Tamanho do Arquivo | 72.15 KB |
Contagem de Instalações | 61 |
Versão Atual | 2.0 |
Última Atualização | 2017-08-29 |
Data de Publicação | 2017-08-29 |
Classificação | 4.00/5 Total de 8 Avaliações |
Desenvolvedor | Shubham Jindal |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } } |