Solve Indianrail Captcha
Saves your time in Indianrail
Solve Indianrail Captcha क्या है?
Solve Indianrail Captcha Book Rail Ticket India द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Saves your time in Indianrail"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Solve Indianrail Captcha एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*" ] } |