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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check and notify user when Vitality players are streaming, and when Vitality is playing on Valorant, Rocket League, CS or LoL."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CKANVITA - Vitality matches & streams एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": []
        }
    ]
}