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.
扩展基本信息
名称 | 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" } ] } |