BookMyShow - Nearby Theatres
This extension tells you distance of movie theatres from your current location
BookMyShow - Nearby Theatres क्या है?
BookMyShow - Nearby Theatres Shubham Jindal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension tells you distance of movie theatres from your current location"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BookMyShow - Nearby Theatres एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
एक्सटेंशन की मूल जानकारी
नाम | |
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 } } |