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