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.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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