Solve Indianrail Captcha

Saves your time in Indianrail

什么是Solve Indianrail Captcha?

Solve Indianrail Captcha是由Book Rail Ticket India开发的Chrome扩展程序,该扩展的主要功能是“Saves your time in Indianrail”。

扩展截图

screenshot

下载Solve Indianrail Captcha扩展crx文件

下载Solve Indianrail Captcha扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        1) This saves the journey search details(date of journey, station names) in the indianrail.gov.in and also solves the captcha for you. It is free to use.
2) It also saves PNR searched so you don't need to type them again and again

developer:[email protected]

Privacy Policy:
 It stores your journey date and station codes  and PNR code in your browser which you can delete by uninstalling this extension and clearing browser history. It does not transfer any data out of your computer.                    

扩展基本信息

名称 Solve Indianrail Captcha Solve Indianrail Captcha
ID aaflhgojmpjcpcighoadldkafelemknf
官方URL https://chromewebstore.google.com/detail/solve-indianrail-captcha/aaflhgojmpjcpcighoadldkafelemknf
简介 Saves your time in Indianrail
文件大小 410 KB
安装次数 186
当前版本 1.3
更新时间 2022-05-24
上架时间 2019-01-15
评分 5.00/5 共1次评分
开发者 Book Rail Ticket India
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.bookrailticket.com/captcha-solver-indianrailgovin
隐私政策页面URL https://www.bookrailticket.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Solve Indianrail  Captcha",
    "description": "Saves your time in Indianrail",
    "version": "1.3",
    "icons": {
        "16": "icons\/brt-logo16-8.png",
        "48": "icons\/brt-logo48-8.png",
        "128": "icons\/brt-logo128-8.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "webRequest",
        "http:\/\/www.indianrail.gov.in\/*",
        "https:\/\/www.indianrail.gov.in\/*"
    ],
    "manifest_version": 3,
    "content_scripts": [
        {
            "run_at": "document_end",
            "all_frames": false,
            "matches": [
                "*:\/\/www.indianrail.gov.in\/*"
            ],
            "css": [
                "irctc.css"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "client_server_common.js",
                "js\/cryptojs\/rollups\/md5.js",
                "common.js",
                "solvecaptcha.js",
                "myscript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "feedback_simple.gif",
                "terms.html",
                "icons\/fb-logo.jpg",
                "embedded.js",
                "injected\/lib\/jquery-2.1.4.min.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/www.indianrail.gov.in\/*",
        "https:\/\/www.indianrail.gov.in\/*"
    ]
}