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 |
Eメール | [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" } ] } |