Jojo experience

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

What is Jojo experience?

Jojo experience is a Chrome extension developed by akkun14141414, and its main feature is "スタンド使いになれるChrome Extensionです".

Extension Screenshots

screenshot

Download Jojo experience Extension CRX File

Download Jojo experience 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

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

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

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

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

Extension Basic Information

Name Jojo experience Jojo experience
ID foinkfknclhpkpbomacdfjfbaklgifpk
Official URL https://chrome.google.com/webstore/detail/foinkfknclhpkpbomacdfjfbaklgifpk
Description スタンド使いになれるChrome Extensionです
File Size 56.4 KB
Installation Count 42
Current Version 1.1.0
Last Updated 2022-12-18
Publish Date 2019-06-20
Rating 5.00/5 Total 1 Ratings
Developer akkun14141414
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}