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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย krzys_h และคุณลักษณะหลักของมันคือ "Replaces all error pages with dogcheck from Undertale"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dogcheck from Undertale as error pages

ดาวน์โหลดไฟล์ส่วนขยาย Dogcheck from Undertale as error pages ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}