Jojo experience

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

什么是Jojo experience?

Jojo experience是由akkun14141414开发的Chrome扩展程序,该扩展的主要功能是“スタンド使いになれるChrome Extensionです”。

扩展截图

screenshot

下载Jojo experience扩展crx文件

下载Jojo experience扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

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

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

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

扩展基本信息

名称 Jojo experience Jojo experience
ID foinkfknclhpkpbomacdfjfbaklgifpk
官方URL https://chrome.google.com/webstore/detail/foinkfknclhpkpbomacdfjfbaklgifpk
简介 スタンド使いになれるChrome Extensionです
文件大小 56.4 KB
安装次数 42
当前版本 1.1.0
更新时间 2022-12-18
上架时间 2019-06-20
评分 5.00/5 共1次评分
开发者 akkun14141414
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}