Solve Indianrail Captcha
Saves your time in Indianrail
Solve Indianrail Captcha là gì?
Solve Indianrail Captcha là một tiện ích mở rộng Chrome được phát triển bởi Book Rail Ticket India, và tính năng chính của nó là "Saves your time in Indianrail".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Solve Indianrail Captcha
Tải xuống các tệp mở rộng Solve Indianrail Captcha dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Solve Indianrail Captcha |
ID | aaflhgojmpjcpcighoadldkafelemknf |
URL Chính Thức | https://chromewebstore.google.com/detail/solve-indianrail-captcha/aaflhgojmpjcpcighoadldkafelemknf |
Mô tả | Saves your time in Indianrail |
Kích Thước Tệp | 410 KB |
Số Lần Cài Đặt | 186 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2022-05-24 |
Ngày Phát Hành | 2019-01-15 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Book Rail Ticket India |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.bookrailticket.com/captcha-solver-indianrailgovin |
URL Trang Chính Sách Bảo Mật | https://www.bookrailticket.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |