Joseph Joestar errors

Jojo reacts to browser errors

Cos'è Joseph Joestar errors?

Joseph Joestar errors è un'estensione di Chrome sviluppata da João, e la sua funzione principale è "Jojo reacts to browser errors".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Joseph Joestar errors

Scarica i file di estensione Joseph Joestar errors 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

                        Plays a sound with a Joseph Joestar reaction when a page could not be loaded.
Also plays a sound when accessing certain URLs (with the word "world" in them).
The speed and volume of the sounds are configurable.

I don't own anything, please don't sue me.                    

Informazioni di Base sull'Estensione

Nome Joseph Joestar errors Joseph Joestar errors
ID hpocdhebfmmoaicegpnemlnieoiklhpn
URL Ufficiale https://chrome.google.com/webstore/detail/joseph-joestar-errors/hpocdhebfmmoaicegpnemlnieoiklhpn
Descrizione Jojo reacts to browser errors
Dimensione del File 1.16 MB
Conteggio Installazioni 155
Versione Corrente 1.2
Ultimo Aggiornamento 2020-03-21
Data di Pubblicazione 2020-03-19
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore João
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Joseph Joestar errors",
    "description": "Jojo reacts to browser errors",
    "short_name": "Jojo errors",
    "version": "1.2",
    "manifest_version": 2,
    "permissions": [
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "jj 32.png",
        "default_title": "Settings",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "jj 16.png",
        "48": "jj 48.png",
        "128": "jj 128.png",
        "256": "jj 256.png"
    }
}