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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces all error pages with dogcheck from Undertale"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dogcheck from Undertale as error pages एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}