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