FAST Tatkal Autofill

FAST Tatkal Autofill

FAST Tatkal Autofill is a browser extension which helps you do IRCTC Tatkal ticket booking without any hassles

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_popup": "popupc.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "assets/js/jquery-2.1.4.min.js",
        "assets/js/aes.js",
        "assets/js/mentcmation.js",
        "assets/js/ftapgr.js",
        "assets/js/autoclick.js"
      ],
      "matches": [
        "https://*.000webhostapp.com/*",
        "https://securegw.paytm.in/*",
        "https://paytm.business/*",
        "https://www.irctc.co.in/nget/train-search/",
        "https://secure.payu.in/*",
        "https://pingupi.axisbank.co.in/*",
        "https://inet.idbibank.co.in/*",
        "https://www.onlineandhrabank.net.in/*",
        "https://merchant.onlinesbi.com/merchant/merchantprelogin.htm",
        "https://merchant.onlinesbi.com/*",
        "https://merchant.onlinesbi.com/merchant/merchantinter.htm",
        "https://www.unionbankonline.co.in/*",
        "https://www.vijayabankonline.in/*",
        "https://pgi.billdesk.com/*",
        "https://www.bobibanking.com/*",
        "https://www.kvbin.com/*",
        "https://indusnet.indusind.com/*",
        "https://www.syndonline.in/*",
        "https://netbanking.yesbank.co.in/*",
        "https://netbanking.canarabank.in/*",
        "https://www.fednetbank.com/*",
        "https://netbanking.netpnb.com/*",
        "https://netbanking.netpnb.com/*",
        "https://www.axisbiconnect.co.in/*",
        "https://moneyclick.karnatakabank.co.in/*",
        "https://www.kotak.com/*",
        "https://www.centralbank.net.in/*",
        "https://www.mahaconnect.in/*",
        "https://www.onlinesbiglobal.com/*",
        "https://www.onlinecub.net/*",
        "https://www.indianbank.net.in/*",
        "https://www.allbankonline.in/*",
        "https://netbanking.hdfcbank.com/*",
        "https://www.obconline.co.in/*",
        "https://shopping.icicibank.com/*",
        "https://pgi.billdesk.com/*",
        "https://starconnectcbs.bankofindia.com/*",
        "https://www.corpretail.com/*",
        "https://sibernet.southindianbank.com/*",
        "https://ecom.airtelbank.com/*",
        "https://securepayments.fssnet.co.in/hdfcbankb/*",
        "https://netsafe.hdfcbank.com/*",
        "https://securepayments.fssnet.co.in/fssnetipay/*",
        "https://www.irctcipay.com/pgui/*",
        "https://imudracheckout.mmvpay.com/*",
        "https://netsafe.hdfcbank.com/ACSWeb/*",
        "https://irctc.unitedbankofindia.com/IRCTC_WebApp/Payment.aspx",
        "https://migs.mastercard.com.au/*",
        "https://genius-epay.in/RupayEMA/KotakRupay/*",
        "https://www.citibank.co.in/servlets/*",
        "https://www4.ipg-online.com/connect/gateway/*",
        "https://acs1.icicibank.com/ACSWeb",
        "https://pg.oxicash.in/OWallet.aspx",
        "https://login.freecharge.in/*",
        "https://walletapi.mobikwik.com/securewallet",
        "https://ecom.airtelbank.com/*",
        "https://www.icashcard.in/pgGateway/ICCIRCTCPaymentGatewayENC.aspx",
        "https://secure.paytm.in/oltp-web/*",
        "https://om.olacabs.com/olamoney/webview/*",
        "https://payment.epaylater.in/*",
        "https://api1.epaylater.in/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "assets/js/jquery-2.1.4.min.js",
        "assets/js/jquery-ui.min.js",
        "assets/js/aes.js",
        "assets/js/ctcamation.js",
        "assets/js/filebcess.js"
      ],
      "matches": [
        "https://www.irctc.co.in/nget/*",
        "https://www.agent.irctc.co.in/nget/*"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "description": " FAST Tatkal Autofill is a browser extension which helps you do IRCTC Tatkal ticket booking without any hassles",
  "icons": {
    "16": "icon/icon16.png",
    "32": "icon/icon32.png",
    "50": "icon/icon50.png",
    "64": "icon/icon64.png",
    "128": "icon/icon128.png",
    "256": "icon/icon256.png"
  },
  "manifest_version": 2,
  "name": "FAST Tatkal Autofill",
  "options_page": "optionsb.html",
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "short_name": "Auto Filler",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "4.2.10"
}