CKANVITA - Vitality matches & streams
Check and notify user when Vitality players are streaming, and when Vitality is playing on Valorant, Rocket League, CS or LoL.
Τι είναι το CKANVITA - Vitality matches & streams;
Το CKANVITA - Vitality matches & streams είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ckanvitality, και η κύρια λειτουργία του είναι "Check and notify user when Vitality players are streaming, and when Vitality is playing on Valorant, Rocket League, CS or LoL.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης CKANVITA - Vitality matches & streams
Λήψη αρχείων επέκτασης CKANVITA - Vitality matches & streams σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Check and notify user when Vitality players are streaming, the upcoming Vitality matches, their latest results and the standings on League of Legends, Rocket League, Valorant, Counter-Strike and Valorant. UNOFFICIAL BROWSER EXTENSION NOT RELATED VITH TEAM VITALITY
Βασικές Πληροφορίες Επέκτασης
Όνομα | CKANVITA - Vitality matches & streams |
ID | gakdjbhnoniofmcgpaohjmdokhhlcihb |
Επίσημο URL | https://chromewebstore.google.com/detail/ckanvita-vitality-matches/gakdjbhnoniofmcgpaohjmdokhhlcihb |
Περιγραφή | Check and notify user when Vitality players are streaming, and when Vitality is playing on Valorant, Rocket League, CS or LoL. |
Μέγεθος Αρχείου | 407 KB |
Αριθμός Εγκαταστάσεων | 52 |
Τρέχουσα Έκδοση | 2.0 |
Τελευταία Ενημέρωση | 2024-01-22 |
Ημερομηνία Δημοσίευσης | 2022-12-15 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | ckanvitality |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Check and notify user when Vitality players are streaming, and when Vitality is playing on Valorant, Rocket League, CS or LoL.", "version": "2.0", "manifest_version": 3, "name": "CKANVITA - Vitality matches & streams", "background": { "service_worker": "background.bundle.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*", "*:\/\/*.x.com\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ], "run_at": "document_idle" } ], "action": { "default_popup": "popup.html", "default_icon": "logo_off_34.png" }, "icons": { "34": "logo_off_34.png", "128": "logo_off_128.png" }, "permissions": [ "alarms", "storage" ], "web_accessible_resources": [ { "resources": [ "\/assets\/*" ], "matches": [] } ] } |