Jojo experience

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

Jojo experience란 무엇입니까?

Jojo experience은(는) akkun14141414에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "スタンド使いになれるChrome Extensionです"입니다.

확장 프로그램 스크린샷

screenshot

Jojo experience 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}