Book My Show Alert
Get alert for ticket bookings instantly.
Qu'est-ce que Book My Show Alert ?
Book My Show Alert est une extension Chrome développée par sabalaji09, et sa fonction principale est "Get alert for ticket bookings instantly.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Book My Show Alert
Téléchargez les fichiers d'extension Book My Show Alert au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | idolbjdfohiijmghflneddjhpbakhcof |
URL Officiel | https://chrome.google.com/webstore/detail/book-my-show-alert/idolbjdfohiijmghflneddjhpbakhcof |
Description | Get alert for ticket bookings instantly. |
Taille du Fichier | 249 KB |
Nombre d'Installations | 136 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2019-10-23 |
Date de Publication | 2019-10-23 |
Évaluation | 2.00/5 Total 2 Évaluations |
Développeur | sabalaji09 |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |