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是由ckanvitality开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载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": [] } ] } |