Dogcheck from Undertale as error pages

Replaces all error pages with dogcheck from Undertale

Dogcheck from Undertale as error pages란 무엇입니까?

Dogcheck from Undertale as error pages은(는) krzys_h에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces all error pages with dogcheck from Undertale"입니다.

확장 프로그램 스크린샷

screenshot

Dogcheck from Undertale as error pages 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Dogcheck from Undertale as error pages Dogcheck from Undertale as error pages
ID gldldjjpgpdblaaejdfigckokakanoha
공식 URL https://chromewebstore.google.com/detail/dogcheck-from-undertale-a/gldldjjpgpdblaaejdfigckokakanoha
설명 Replaces all error pages with dogcheck from Undertale
파일 크기 2.23 MB
설치 횟수 6,000
현재 버전 1.0
최근 업데이트 2019-05-05
출시 날짜 2019-04-29
평점 4.68/5 총 47 개의 평점
개발자 krzys_h
결제 유형 free
지원되는 언어 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"
    ]
}