Hitbox Now!
Stay up to date with your hitbox followed streams.
Τι είναι το Hitbox Now!;
Το Hitbox Now! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ProWebJect, και η κύρια λειτουργία του είναι "Stay up to date with your hitbox followed streams.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Hitbox Now!
Λήψη αρχείων επέκτασης Hitbox Now! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Hitbox Now! tracks your favourite streams and notifies you whenever any of those goes live. All you need to do is to install Hitbox Now! extension and log in with your hitbox.tv account. Now you are always up to date with latest online streams. Current features: * Desktop notifications * List of followed live streams * List of top streams at hitbox.tv
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | eblhpeihibbjknadncjbpcnnhkcljnhg |
Επίσημο URL | https://chrome.google.com/webstore/detail/hitbox-now/eblhpeihibbjknadncjbpcnnhkcljnhg |
Περιγραφή | Stay up to date with your hitbox followed streams. |
Μέγεθος Αρχείου | 119 KB |
Αριθμός Εγκαταστάσεων | 316 |
Τρέχουσα Έκδοση | 1.5 |
Τελευταία Ενημέρωση | 2016-09-15 |
Ημερομηνία Δημοσίευσης | 2016-09-15 |
Αξιολόγηση | 4.12/5 Συνολικά 33 Αξιολογήσεις |
Προγραμματιστής | ProWebJect |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "ProWebJect - Michal Gora", "background": { "scripts": [ "\/lib\/jquery.min.js", "\/class\/Storage.js", "\/class\/HitBox.js", "\/background\/background.js" ] }, "browser_action": { "default_icon": { "128": "img\/icon_128.png", "19": "img\/icon_19.png", "38": "img\/icon_38.png" }, "default_popup": "popup\/index.html", "default_title": "Hitbox Now!" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Stay up to date with your hitbox followed streams.", "icons": { "128": "img\/icon_128.png", "19": "img\/icon_19.png", "38": "img\/icon_38.png" }, "manifest_version": 2, "name": "Hitbox Now!", "permissions": [ "notifications", "storage", "contextMenus", "tabs", "background", "http:\/\/api.hitbox.tv\/*", "https:\/\/www.hitbox.tv\/*", "http:\/\/*.hitbox.tv\/*" ], "short_name": "Hitbox Now!", "version": "1.5", "web_accessible_resources": [] } |