Joseph Joestar errors

Jojo reacts to browser errors

Wat is Joseph Joestar errors?

Joseph Joestar errors is een Chrome-extensie ontwikkeld door João, en de belangrijkste functie is "Jojo reacts to browser errors".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Joseph Joestar errors

Download Joseph Joestar errors-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Joseph Joestar errors Joseph Joestar errors
ID hpocdhebfmmoaicegpnemlnieoiklhpn
Officiële URL https://chrome.google.com/webstore/detail/joseph-joestar-errors/hpocdhebfmmoaicegpnemlnieoiklhpn
Beschrijving Jojo reacts to browser errors
Bestandsgrootte 1.16 MB
Aantal Installaties 155
Huidige Versie 1.2
Laatst Bijgewerkt 2020-03-21
Publicatiedatum 2020-03-19
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar João
Betalingswijze free
Ondersteunde Talen 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"
    }
}