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.

O que é CKANVITA - Vitality matches & streams?

CKANVITA - Vitality matches & streams é uma extensão do Chrome desenvolvida por ckanvitality, e sua principal característica é "Check and notify user when Vitality players are streaming, and when Vitality is playing on Valorant, Rocket League, CS or LoL.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão CKANVITA - Vitality matches & streams

Baixe arquivos de extensão CKANVITA - Vitality matches & streams no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome CKANVITA - Vitality matches & streams CKANVITA - Vitality matches & streams
ID gakdjbhnoniofmcgpaohjmdokhhlcihb
URL Oficial https://chromewebstore.google.com/detail/ckanvita-vitality-matches/gakdjbhnoniofmcgpaohjmdokhhlcihb
Descrição Check and notify user when Vitality players are streaming, and when Vitality is playing on Valorant, Rocket League, CS or LoL.
Tamanho do Arquivo 407 KB
Contagem de Instalações 52
Versão Atual 2.0
Última Atualização 2024-01-22
Data de Publicação 2022-12-15
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor ckanvitality
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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": []
        }
    ]
}