Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Apr 26, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "IRCTC Tatkal SuperFast Express", "version": "8.9.9", "description": "IRCTC Tatkal Extension using DOM-blocking functionality to improve page performance and privacy", "minimum_chrome_version": "88", "icons": { "16": "icons\/logo16.png", "32": "icons\/logo32.png", "48": "icons\/logo48.png", "128": "icons\/logo128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "cookies", "scripting", "browsingData", "activeTab", "declarativeNetRequest", "declarativeNetRequestWithHostAccess" ], "host_permissions": [ "https:\/\/*.irctc.co.in\/*", "https:\/\/*.wps.irctc.co.in\/*", "https:\/\/*.irctcipay.com\/*", "https:\/\/*.indianrail.gov.in\/*", "https:\/\/*.paytmpayments.com\/*" ], "web_accessible_resources": [ { "resources": [ "flatpickr\/*.js", "flatpickr\/*.css", "flatpickr\/themes\/*.css", "lib\/fingerprint.min.js" ], "matches": [ "https:\/\/*.irctc.co.in\/*", "https:\/\/*.wps.irctc.co.in\/*", "https:\/\/*.irctcipay.com\/*", "https:\/\/*.paytmpayments.com\/*" ] } ], "action": { "default_icon": { "16": "icons\/logo16.png", "32": "icons\/logo32.png", "48": "icons\/logo48.png", "128": "icons\/logo128.png" } } }