Battle.net China Auto Refresh

Auto refresh for Battle.net China when pages return error 503

Battle.net China Auto Refreshคืออะไร?

Battle.net China Auto Refresh เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sparanoid.com และคุณลักษณะหลักของมันคือ "Auto refresh for Battle.net China when pages return error 503"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Battle.net China Auto Refresh

ดาวน์โหลดไฟล์ส่วนขยาย Battle.net China Auto Refresh ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Auto refresh for Battle.net China when pages return error 503. Battle.net China has really low availability especially on armory pages, it has as low as 40% uptime upon 3rd party monitoring.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Battle.net China Auto Refresh Battle.net China Auto Refresh
ID hccpilablgkcdohgfagmjpbbbnhigeoh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/battlenet-china-auto-refr/hccpilablgkcdohgfagmjpbbbnhigeoh
คำอธิบาย Auto refresh for Battle.net China when pages return error 503
ขนาดไฟล์ 70.66 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2017-03-28
วันที่เผยแพร่ 2017-03-28
ผู้พัฒนา https://sparanoid.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.0",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "128": "Icon.png"
    },
    "homepage_url": "http:\/\/sparanoid.com\/work\/battlenet-china-auto-refresh\/",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.battlenet.com.cn\/*"
            ],
            "js": [
                "scripts\/battlenet-china-auto-refresh.js"
            ],
            "run_at": "document_end"
        }
    ]
}