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是由https://sparanoid.com開發的Chrome擴展程式,該擴展的主要功能是“Auto refresh for Battle.net China when pages return error 503”。
擴展截圖
下載Battle.net China Auto Refresh擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | hccpilablgkcdohgfagmjpbbbnhigeoh |
| 官方網址 | 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"
}
]
} | |