Book My Show Alert
Get alert for ticket bookings instantly.
Book My Show Alert क्या है?
Book My Show Alert sabalaji09 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get alert for ticket bookings instantly."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Book My Show Alert एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Get your tickets booked before immediately after bookings get opened. Get alerts for the movies or events that is yet to be updated in the book my show. Once you install the add on it will appear on the top right corner of the browser. After installing it get to the book my show web page and enter the movie name and set the reminder. The add on will refresh the web page for every 5 seconds and check for the movie and sends you a desktop notification. This is the beta version and the updated version will be released soon with more features.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | idolbjdfohiijmghflneddjhpbakhcof |
आधिकारिक URL | https://chrome.google.com/webstore/detail/book-my-show-alert/idolbjdfohiijmghflneddjhpbakhcof |
विवरण | Get alert for ticket bookings instantly. |
फ़ाइल का आकार | 249 KB |
स्थापना संख्या | 136 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2019-10-23 |
प्रकाशन तिथि | 2019-10-23 |
रेटिंग | 2.00/5 कुल 2 रेटिंग्स |
डेवलपर | sabalaji09 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Balaji S A", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "bms2.png", "default_popup": "popup.html" }, "description": "Get alert for ticket bookings instantly.", "manifest_version": 2, "name": "Book My Show Alert", "short_name": "BMS alert", "permissions": [ "notifications", "https:\/\/in.bookmyshow.com\/*", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/in.bookmyshow.com\/*" ], "js": [ "cont.js" ] } ], "version": "0.1", "web_accessible_resources": [ "note.mp3" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |