SFC-TypingHack
SFC-Typing Hack Extension: incredible speed typing automation
Wat is SFC-TypingHack?
SFC-TypingHack is een Chrome-extensie ontwikkeld door https://www.atsuya.xyz, en de belangrijkste functie is "SFC-Typing Hack Extension: incredible speed typing automation".
Extensie Screenshots
Download het CRX-bestand van de extensie SFC-TypingHack
Download SFC-TypingHack-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
慶應義塾大学湘南藤沢キャンパスの必修タイピング試験練習問題をハックします。 自動タイプ・スピード調整・誤り率調整が可能です。 https://itclass.sfc.keio.ac.jp/typingtest 0.1.3: jqueryのイベント発火エラーの修正とログメッセージ表示機能を追加
Basisinformatie over de Extensie
Naam | |
ID | jeikgkmohhelefpjflnjmhfieddmkido |
Officiële URL | https://chrome.google.com/webstore/detail/sfc-typinghack/jeikgkmohhelefpjflnjmhfieddmkido |
Beschrijving | SFC-Typing Hack Extension: incredible speed typing automation |
Bestandsgrootte | 81.73 KB |
Aantal Installaties | 36 |
Huidige Versie | 0.1.3 |
Laatst Bijgewerkt | 2019-10-11 |
Publicatiedatum | 2019-10-11 |
Ontwikkelaar | https://www.atsuya.xyz |
Betalingswijze | free |
Extensiewebsite | https://github.com/atsukoba/SFCTypingHack |
Ondersteunde Talen | 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" ] } |