SFC-TypingHack

SFC-Typing Hack Extension: incredible speed typing automation

Cos'è SFC-TypingHack?

SFC-TypingHack è un'estensione di Chrome sviluppata da https://www.atsuya.xyz, e la sua funzione principale è "SFC-Typing Hack Extension: incredible speed typing automation".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SFC-TypingHack

Scarica i file di estensione SFC-TypingHack in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        慶應義塾大学湘南藤沢キャンパスの必修タイピング試験練習問題をハックします。
自動タイプ・スピード調整・誤り率調整が可能です。

 https://itclass.sfc.keio.ac.jp/typingtest

0.1.3: jqueryのイベント発火エラーの修正とログメッセージ表示機能を追加                    

Informazioni di Base sull'Estensione

Nome SFC-TypingHack SFC-TypingHack
ID jeikgkmohhelefpjflnjmhfieddmkido
URL Ufficiale https://chrome.google.com/webstore/detail/sfc-typinghack/jeikgkmohhelefpjflnjmhfieddmkido
Descrizione SFC-Typing Hack Extension: incredible speed typing automation
Dimensione del File 81.73 KB
Conteggio Installazioni 36
Versione Corrente 0.1.3
Ultimo Aggiornamento 2019-10-11
Data di Pubblicazione 2019-10-11
Sviluppatore https://www.atsuya.xyz
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/atsukoba/SFCTypingHack
Lingue Supportate 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"
    ]
}