Solve Indianrail Captcha
Saves your time in Indianrail
Solve Indianrail Captcha란 무엇입니까?
Solve Indianrail Captcha은(는) Book Rail Ticket India에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Saves your time in Indianrail"입니다.
확장 프로그램 스크린샷
Solve Indianrail Captcha 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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\/*" ] } |