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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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": []
        }
    ]
}