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文件

下載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
官方網址 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"
    ]
}