Joseph Joestar errors

Jojo reacts to browser errors

Joseph Joestar errors क्या है?

Joseph Joestar errors João द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Jojo reacts to browser errors"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Joseph Joestar errors एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Joseph Joestar errors Joseph Joestar errors
ID hpocdhebfmmoaicegpnemlnieoiklhpn
आधिकारिक URL https://chrome.google.com/webstore/detail/joseph-joestar-errors/hpocdhebfmmoaicegpnemlnieoiklhpn
विवरण Jojo reacts to browser errors
फ़ाइल का आकार 1.16 MB
स्थापना संख्या 155
वर्तमान संस्करण 1.2
अंतिम अपडेट 2020-03-21
प्रकाशन तिथि 2020-03-19
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर João
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}