Power JoJo

Activate Manga Sound Effect like JoJo

Cos'è Power JoJo?

Power JoJo è un'estensione di Chrome sviluppata da matzkoh, e la sua funzione principale è "Activate Manga Sound Effect like JoJo".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Power JoJo

Scarica i file di estensione Power JoJo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.

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

Informazioni di Base sull'Estensione

Nome Power JoJo Power JoJo
ID jmbpbefdpfhenpmkomolgmnhnpnbbchj
URL Ufficiale https://chromewebstore.google.com/detail/power-jojo/jmbpbefdpfhenpmkomolgmnhnpnbbchj
Descrizione Activate Manga Sound Effect like JoJo
Dimensione del File 91.77 KB
Conteggio Installazioni 617
Versione Corrente 1.1.1
Ultimo Aggiornamento 2022-02-22
Data di Pubblicazione 2019-01-23
Valutazione 3.86/5 Totale 7 Valutazioni
Sviluppatore matzkoh
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/matzkoh/chrome-power-jojo
URL della Pagina di Aiuto https://github.com/matzkoh/chrome-power-jojo/issues
Lingue Supportate 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
}