Diablo III Server Status
Show and notify the status of the server of Diablo III
Τι είναι το Diablo III Server Status;
Το Diablo III Server Status είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον APHIX, και η κύρια λειτουργία του είναι "Show and notify the status of the server of Diablo III".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Diablo III Server Status
Λήψη αρχείων επέκτασης Diablo III Server Status σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
- The status are about server and Auction House. - Supported multilanguage. ( right click over the icon -> options) - Refresh the status every 1 minute by default. ( You can choose other frequency in minutes)( right click over the icon -> options). - Alert the status of the server that you choose. - The information is taken from the official website of blizzard server status: http://eu.battle.net/d3/en/status. - Diablo3™ is a registered trademark of BLIZZARD ENTERTAINMENT, INC. This chrome extension is not affiliated BLIZZARD ENTERTAINMENT, INC. in any way. - The Source Code of the extension is now at GitHub https://github.com/Aphix-Labs/Diablo-Chrome-Extension
Βασικές Πληροφορίες Επέκτασης
Όνομα | Diablo III Server Status |
ID | mpiocogpenlopnoeibcegpepnoggijck |
Επίσημο URL | https://chromewebstore.google.com/detail/diablo-iii-server-status/mpiocogpenlopnoeibcegpepnoggijck |
Περιγραφή | Show and notify the status of the server of Diablo III |
Μέγεθος Αρχείου | 135 KB |
Αριθμός Εγκαταστάσεων | 1,693 |
Τρέχουσα Έκδοση | 0.91 |
Τελευταία Ενημέρωση | 2013-01-07 |
Ημερομηνία Δημοσίευσης | 2013-01-07 |
Αξιολόγηση | 4.24/5 Συνολικά 49 Αξιολογήσεις |
Προγραμματιστής | APHIX |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Diablo III Server Status", "version": "0.91", "manifest_version": 2, "description": "Show and notify the status of the server of Diablo III", "homepage_url": "https:\/\/github.com\/Aphix-Labs\/Diablo-Chrome-Extension", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "js\/jquery-1.8.3.min.js", "src\/bg\/background.js" ] }, "options_page": "src\/options\/index.html", "browser_action": { "default_icon": "icons\/icondiablo3.png", "default_title": "Diablo III Server Status", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "http:\/\/eu.battle.net\/d3\/*", "http:\/\/us.battle.net\/d3\/*", "http:\/\/kr.battle.net\/d3\/*", "http:\/\/tw.battle.net\/d3\/*", "notifications" ], "web_accessible_resources": [ "icons\/icondiablo3.png" ] } |