Auto IRCTC
Book Ticket easily.
What is Auto IRCTC?
Auto IRCTC is a Chrome extension developed by Roushan Singh, and its main feature is "Book Ticket easily.".
Download Auto IRCTC Extension CRX File
Download Auto IRCTC extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Book Ticket very fastly
Extension Basic Information
Name | ![]() |
ID | lhjnpilbhjckkhcgofbkmfpdddicbafm |
Official URL | https://chrome.google.com/webstore/detail/auto-irctc/lhjnpilbhjckkhcgofbkmfpdddicbafm |
Description | Book Ticket easily. |
File Size | 135 KB |
Installation Count | 172 |
Current Version | 17.2 |
Last Updated | 2017-02-24 |
Publish Date | 2017-02-24 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Roushan Singh |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto IRCTC", "version": "17.2", "description": "Book Ticket easily.", "browser_action": { "default_title": "IRCTC", "default_icon": { "19": "irctc.png", "38": "irctc.png" } }, "permissions": [ "storage", "tabs", "cookies", "https:\/\/www.irctc.co.in\/*", "https:\/\/netbanking.hdfcbank.com\/*", "https:\/\/netbanking.yesbank.co.in\/*", "https:\/\/netsafe.hdfcbank.com\/*", "https:\/\/secure5.arcot.com\/*", "https:\/\/securepg.fssnet.co.in\/*", "https:\/\/www.billdesk.com\/*", "https:\/\/pgi.billdesk.com\/*", "https:\/\/securepayments.fssnet.co.in\/*", "https:\/\/ipay.icicibank.com\/*", "https:\/\/merchant.onlinesbi.com\/*", "https:\/\/www.bobibanking.com\/*", "https:\/\/shopping.icicibank.com\/corp\/*", "https:\/\/inet.idbibank.co.in\/corp\/*" ], "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.irctc.co.in\/*", "https:\/\/netbanking.hdfcbank.com\/*", "https:\/\/netbanking.yesbank.co.in\/*", "https:\/\/netsafe.hdfcbank.com\/*", "https:\/\/secure5.arcot.com\/*", "https:\/\/securepg.fssnet.co.in\/*", "https:\/\/www.billdesk.com\/*", "https:\/\/pgi.billdesk.com\/*", "https:\/\/shopping.icicibank.com\/corp\/*", "https:\/\/securepayments.fssnet.co.in\/*", "https:\/\/ipay.icicibank.com\/*", "https:\/\/merchant.onlinesbi.com\/*", "https:\/\/www.bobibanking.com\/*", "https:\/\/inet.idbibank.co.in\/corp\/*" ], "js": [ "preprocess.js" ], "run_at": "document_idle" } ] } |