Book My Show Alert
Get alert for ticket bookings instantly.
Book My Show Alert란 무엇입니까?
Book My Show Alert은(는) sabalaji09에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get alert for ticket bookings instantly."입니다.
확장 프로그램 스크린샷
Book My Show Alert 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |