Jojo experience

スタンド使いになれるChrome Extensionです

Cos'è Jojo experience?

Jojo experience è un'estensione di Chrome sviluppata da akkun14141414, e la sua funzione principale è "スタンド使いになれるChrome Extensionです".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Jojo experience

Scarica i file di estensione Jojo experience 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

                        inputやtextarea内でキータイプすると、「オラオラ」エフェクトが発生します。
0.5秒間隔で30回キータイプを連続で行うと、セリフと効果音のエフェクトが発生します。

エフェクトの効果音は3種類でランダムで表示されます。

キータイプ回数とキータイプ時間をローカルストレージに保存して、時間と回数をチェックします。

邪魔だと感じたら削除して下さいw                    

Informazioni di Base sull'Estensione

Nome Jojo experience Jojo experience
ID foinkfknclhpkpbomacdfjfbaklgifpk
URL Ufficiale https://chrome.google.com/webstore/detail/foinkfknclhpkpbomacdfjfbaklgifpk
Descrizione スタンド使いになれるChrome Extensionです
Dimensione del File 56.4 KB
Conteggio Installazioni 42
Versione Corrente 1.1.0
Ultimo Aggiornamento 2022-12-18
Data di Pubblicazione 2019-06-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore akkun14141414
Email [email protected]
Tipo di Pagamento free
Lingue Supportate ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Jojo experience",
    "version": "1.1.0",
    "description": "\u30b9\u30bf\u30f3\u30c9\u4f7f\u3044\u306b\u306a\u308c\u308bChrome Extension\u3067\u3059",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "soundEffect.mjs",
                "caretposition.js",
                "jquery.keyframes.min.js",
                "extensions\/extensionMethods.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "extensions\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}