SYSU CAS Captcha Autofill
This is a Chrome Extention for recognizing and filling the captcha in SYSU CAS website
SYSU CAS Captcha Autofill क्या है?
SYSU CAS Captcha Autofill https://qjbtiger.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is a Chrome Extention for recognizing and filling the captcha in SYSU CAS website"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SYSU CAS Captcha Autofill एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a Chrome Extension to auto fill captchas when logining Sun Yat-sen University CAS website. Just download and it will work well. For more details, go to https://github.com/Qjbtiger/CAS-captcha
एक्सटेंशन की मूल जानकारी
नाम | SYSU CAS Captcha Autofill |
ID | ipdlibcadfhbodhagdjdcaebnlgbjoko |
आधिकारिक URL | https://chromewebstore.google.com/detail/sysu-cas-captcha-autofill/ipdlibcadfhbodhagdjdcaebnlgbjoko |
विवरण | This is a Chrome Extention for recognizing and filling the captcha in SYSU CAS website |
फ़ाइल का आकार | 943 KB |
स्थापना संख्या | 327 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2021-09-09 |
प्रकाशन तिथि | 2020-07-27 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://qjbtiger.github.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SYSU CAS Captcha Autofill", "version": "1.1.1", "description": "This is a Chrome Extention for recognizing and filling the captcha in SYSU CAS website", "icons": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "64": "img\/icon_64.png", "128": "img\/icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/cas.sysu.edu.cn\/cas\/login*", "https:\/\/cas-443.webvpn.sysu.edu.cn\/cas\/login*" ], "js": [ "js\/jquery-3.4.1.min.js", "js\/onnx.min.js", "js\/analytics.js", "js\/main.js" ], "run_at": "document_start", "all_frame": true } ], "permissions": [ "storage" ], "homepage_url": "https:\/\/github.com\/Qjbtiger", "browser_action": { "default_icon": "img\/icon_32.png", "default_title": "Hi!", "default_popup": "popup.html" }, "web_accessible_resources": [ "model\/*" ] } |