AKASHI Custom Sound

AKASHIの出勤/退勤音声を変更します

What is AKASHI Custom Sound?

AKASHI Custom Sound is a Chrome extension developed by ru_shalm, and its main feature is "AKASHIの出勤/退勤音声を変更します".

Extension Screenshots

screenshot

Download AKASHI Custom Sound Extension CRX File

Download AKASHI Custom Sound 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

                        【非公式】
AKASHI( https://ak4.jp/ )の出勤/退勤ボタン押下時に再生される音声を任意の音声ファイルに変更することができます。                    

Extension Basic Information

Name AKASHI Custom Sound AKASHI Custom Sound
ID kbchppahgolhbbgihnaagboifdhkelpb
Official URL https://chromewebstore.google.com/detail/akashi-custom-sound/kbchppahgolhbbgihnaagboifdhkelpb
Description AKASHIの出勤/退勤音声を変更します
File Size 79.84 KB
Installation Count 60
Current Version 1.2.0
Last Updated 2023-10-07
Publish Date 2021-04-10
Developer ru_shalm
Email [email protected]
Payment Type free
Extension Website https://github.com/rutan/akashi-custom-sound-chrome
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AKASHI Custom Sound",
    "description": "AKASHI\u306e\u51fa\u52e4\/\u9000\u52e4\u97f3\u58f0\u3092\u5909\u66f4\u3057\u307e\u3059",
    "version": "1.2.0",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/atnd.ak4.jp\/mypage\/punch*",
                "https:\/\/atnd.ak4.jp\/*\/mypage\/punch*",
                "https:\/\/atnd-awj.ak4.jp\/mypage\/punch*",
                "https:\/\/atnd-awj.ak4.jp\/*\/mypage\/punch*"
            ],
            "js": [
                "js\/contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/16.png",
        "24": "img\/24.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png",
        "256": "img\/256.png",
        "512": "img\/512.png"
    }
}