Power JoJo

Activate Manga Sound Effect like JoJo

What is Power JoJo?

Power JoJo is a Chrome extension developed by matzkoh, and its main feature is "Activate Manga Sound Effect like JoJo".

Extension Screenshots

screenshot
screenshot
screenshot

Download Power JoJo Extension CRX File

Download Power JoJo 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

                        The effect will be displayed when you type on the keyboard.
See screenshots.

* Manga Sound Effect is a manga expression of onomatopoeia. It is not a sound extension.

キーボード入力時にジョジョっぽいエフェクトが発動します。                    

Extension Basic Information

Name Power JoJo Power JoJo
ID jmbpbefdpfhenpmkomolgmnhnpnbbchj
Official URL https://chromewebstore.google.com/detail/power-jojo/jmbpbefdpfhenpmkomolgmnhnpnbbchj
Description Activate Manga Sound Effect like JoJo
File Size 91.77 KB
Installation Count 617
Current Version 1.1.1
Last Updated 2022-02-22
Publish Date 2019-01-23
Rating 3.86/5 Total 7 Ratings
Developer matzkoh
Email [email protected]
Payment Type free
Extension Website https://github.com/matzkoh/chrome-power-jojo
Help Page URL https://github.com/matzkoh/chrome-power-jojo/issues
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Power JoJo",
    "version": "1.1.1",
    "description": "Activate Manga Sound Effect like JoJo",
    "icons": {
        "128": "assets\/image\/icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "store\/index.js",
            "background\/index.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "256": "assets\/image\/icon.png"
        },
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "css": [
                "content\/index.css"
            ],
            "js": [
                "store\/index.js",
                "content\/index.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "popup\/index.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "content\/shadow.css",
        "assets\/font\/*",
        "assets\/image\/*"
    ],
    "manifest_version": 2
}