SFC-TypingHack
SFC-Typing Hack Extension: incredible speed typing automation
What is SFC-TypingHack?
SFC-TypingHack is a Chrome extension developed by https://www.atsuya.xyz, and its main feature is "SFC-Typing Hack Extension: incredible speed typing automation".
Extension Screenshots
Download SFC-TypingHack Extension CRX File
Download SFC-TypingHack extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
慶應義塾大学湘南藤沢キャンパスの必修タイピング試験練習問題をハックします。 自動タイプ・スピード調整・誤り率調整が可能です。 https://itclass.sfc.keio.ac.jp/typingtest 0.1.3: jqueryのイベント発火エラーの修正とログメッセージ表示機能を追加
Extension Basic Information
Name | |
ID | jeikgkmohhelefpjflnjmhfieddmkido |
Official URL | https://chrome.google.com/webstore/detail/sfc-typinghack/jeikgkmohhelefpjflnjmhfieddmkido |
Description | SFC-Typing Hack Extension: incredible speed typing automation |
File Size | 81.73 KB |
Installation Count | 36 |
Current Version | 0.1.3 |
Last Updated | 2019-10-11 |
Publish Date | 2019-10-11 |
Developer | https://www.atsuya.xyz |
Payment Type | free |
Extension Website | https://github.com/atsukoba/SFCTypingHack |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SFC-TypingHack", "description": "SFC-Typing Hack Extension: incredible speed typing automation", "short_name": "SFCTypeHack", "version": "0.1.3", "manifest_version": 2, "author": "atsuyakoba", "incognito": "not_allowed", "content_scripts": [ { "matches": [ "https:\/\/itclass.sfc.keio.ac.jp\/typingtest\/student\/*" ], "js": [ "jquery-2.2.0.min.js", "setup.js", "hack.js" ] } ], "options_page": "options.html", "permissions": [ "storage" ] } |