Solve Indianrail Captcha

Saves your time in Indianrail

Cos'è Solve Indianrail Captcha?

Solve Indianrail Captcha è un'estensione di Chrome sviluppata da Book Rail Ticket India, e la sua funzione principale è "Saves your time in Indianrail".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Solve Indianrail Captcha

Scarica i file di estensione Solve Indianrail Captcha in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Solve Indianrail Captcha Solve Indianrail Captcha
ID aaflhgojmpjcpcighoadldkafelemknf
URL Ufficiale https://chromewebstore.google.com/detail/solve-indianrail-captcha/aaflhgojmpjcpcighoadldkafelemknf
Descrizione Saves your time in Indianrail
Dimensione del File 410 KB
Conteggio Installazioni 186
Versione Corrente 1.3
Ultimo Aggiornamento 2022-05-24
Data di Pubblicazione 2019-01-15
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Book Rail Ticket India
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.bookrailticket.com/captcha-solver-indianrailgovin
URL della Pagina della Politica sulla Privacy https://www.bookrailticket.com/privacy
Lingue Supportate 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\/*"
    ]
}