Nexgen IRCTC Tatkal Ticket Autofill Tool

Nexgen IRCTC Tatkal Ticket Autofill Tool

Nexgen irctc magic tool will help you book tatkal ticket with irctc. This autofill tool is 100% working with new version of irctc.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Nexgen IRCTC Tatkal Ticket Autofill Tool",
  "version": "1.0.6",
  "manifest_version": 3,
  "description": "Nexgen irctc magic tool will help you book tatkal ticket with irctc. This autofill tool is 100% working with new version of irctc.",
  "action": {
    "default_icon": "images/48.png"
  },
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "permissions": [
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "https://*/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "jquery.js",
        "content.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "angular.min.js",
        "jquery.js",
        "aftersave.js",
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.js",
        "images/16.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://*.nexgenirctc.co.in/*"
    ],
    "accepts_tls_channel_id": false
  }
}