SJTU jAccount Login Helper
This extension helps you log in with your jAccount, since its validate code is hard to identify.
什麼是SJTU jAccount Login Helper?
SJTU jAccount Login Helper是由stooloveu開發的Chrome擴展程式,該擴展的主要功能是“This extension helps you log in with your jAccount, since its validate code is hard to identify.”。
擴展截圖
下載SJTU jAccount Login Helper擴展crx文件
下載SJTU jAccount Login Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension helps you log in with your jAccount, since its visual verify code is hard to identify.
Special thanks to:
jason.nkg 95veronica.li frankeepcalm 浅草
-0.3.0
Date: 2016-7-25
Detail:
* Adjusted to the new version of jAccount SSO
* Several bugs fixed
* Loading speed improved
-0.2.4
Date: 2015-11-29
Detail:
* UI improved
-0.2.3
Date: 2015-2-27
Detail:
* fix - repeated login attempts when the provided user name and/or password is in error
* reduced captcha request count 擴展基本資訊
| 名稱 | |
| ID | ihchdleonhejkpdkmahiejaabcpkkicj |
| 官方網址 | https://chrome.google.com/webstore/detail/ihchdleonhejkpdkmahiejaabcpkkicj |
| 簡介 | This extension helps you log in with your jAccount, since its validate code is hard to identify. |
| 檔案大小 | 615 KB |
| 安裝次數 | 100 |
| 目前版本 | 0.3.1 |
| 更新時間 | 2016-10-24 |
| 上架時間 | 2016-10-24 |
| 評分 | 5.00/5 共 12 次評分 |
| 開發者 | stooloveu |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
]
},
"name": "SJTU jAccount Login Helper",
"description": "This extension helps you log in with your jAccount, since its validate code is hard to identify.",
"version": "0.3.1",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"32": "icons\/icon32.png",
"128": "icons\/icon128.png"
},
"browser_action": {
"default_icon": "popup\/icon-b.png",
"default_popup": "popup\/popup.html",
"default_title": "jHelper"
},
"permissions": [
"activeTab",
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/jaccount.sjtu.edu.cn\/jaccount\/jalogin*",
"http:\/\/jaccount.sjtu.edu.cn\/jaccount\/jalogin*"
],
"run_at": "document_end",
"js": [
"jquery-3.1.0.min.js",
"cracker.js"
]
}
],
"author": "Stool",
"short_name": "jHelper"
} | |