Dogcheck from Undertale as error pages

Replaces all error pages with dogcheck from Undertale

Co to jest Dogcheck from Undertale as error pages?

Dogcheck from Undertale as error pages to rozszerzenie Chrome opracowane przez krzys_h, a jego główną funkcją jest „Replaces all error pages with dogcheck from Undertale”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Dogcheck from Undertale as error pages

Pobierz pliki rozszerzeń Dogcheck from Undertale as error pages w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Dogcheck from Undertale as error pages Dogcheck from Undertale as error pages
ID gldldjjpgpdblaaejdfigckokakanoha
Oficjalny URL https://chromewebstore.google.com/detail/dogcheck-from-undertale-a/gldldjjpgpdblaaejdfigckokakanoha
Opis Replaces all error pages with dogcheck from Undertale
Rozmiar pliku 2.23 MB
Liczba instalacji 6,000
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-05-05
Data Publikacji 2019-04-29
Ocena 4.68/5 Łącznie 47 Oceny
Deweloper krzys_h
Typ Płatności free
Obsługiwane Języki 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"
    ]
}