Dogcheck from Undertale as error pages

Replaces all error pages with dogcheck from Undertale

Cos'è Dogcheck from Undertale as error pages?

Dogcheck from Undertale as error pages è un'estensione di Chrome sviluppata da krzys_h, e la sua funzione principale è "Replaces all error pages with dogcheck from Undertale".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Dogcheck from Undertale as error pages

Scarica i file di estensione Dogcheck from Undertale as error pages 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Dogcheck from Undertale as error pages Dogcheck from Undertale as error pages
ID gldldjjpgpdblaaejdfigckokakanoha
URL Ufficiale https://chromewebstore.google.com/detail/dogcheck-from-undertale-a/gldldjjpgpdblaaejdfigckokakanoha
Descrizione Replaces all error pages with dogcheck from Undertale
Dimensione del File 2.23 MB
Conteggio Installazioni 6,000
Versione Corrente 1.0
Ultimo Aggiornamento 2019-05-05
Data di Pubblicazione 2019-04-29
Valutazione 4.68/5 Totale 47 Valutazioni
Sviluppatore krzys_h
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}