Dogcheck from Undertale as error pages

Replaces all error pages with dogcheck from Undertale

Co je Dogcheck from Undertale as error pages?

Dogcheck from Undertale as error pages je rozšíření Chrome vyvinuté krzys_h, a jeho hlavní funkcí je „Replaces all error pages with dogcheck from Undertale“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Dogcheck from Undertale as error pages

Stáhněte si soubory rozšíření Dogcheck from Undertale as error pages ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Replaces the error pages on all websites with the dogcheck room from Undertale. Plays a random song every time. There is a mute button for your convenience but why would you ever want to use that.                    

Základní Informace o Rozšíření

Název Dogcheck from Undertale as error pages Dogcheck from Undertale as error pages
ID gldldjjpgpdblaaejdfigckokakanoha
Oficiální URL https://chromewebstore.google.com/detail/dogcheck-from-undertale-a/gldldjjpgpdblaaejdfigckokakanoha
Popis Replaces all error pages with dogcheck from Undertale
Velikost souboru 2.23 MB
Počet instalací 6,000
Aktuální Verze 1.0
Poslední Aktualizace 2019-05-05
Datum Vydání 2019-04-29
Hodnocení 4.68/5 Celkem 47 Hodnocení
Vývojář krzys_h
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dogcheck from Undertale as error pages",
    "description": "Replaces all error pages with dogcheck from Undertale",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        ""
    ],
    "web_accessible_resources": [
        "dogcheck.html"
    ]
}