Streamers Connected

The official Streamers Connected Chrome extension, showing notifications when Streamers Connected goes live.

Streamers Connected क्या है?

Streamers Connected Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The official Streamers Connected Chrome extension, showing notifications when Streamers Connected goes live."।

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

screenshot

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

crx प्रारूप में Streamers Connected एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                                            

एक्सटेंशन की मूल जानकारी

नाम Streamers Connected Streamers Connected
ID mbheinpjbaajkgnfjkkmkbcochbjknoa
आधिकारिक URL https://chromewebstore.google.com/detail/streamers-connected/mbheinpjbaajkgnfjkkmkbcochbjknoa
विवरण The official Streamers Connected Chrome extension, showing notifications when Streamers Connected goes live.
फ़ाइल का आकार 1.62 MB
स्थापना संख्या 134
वर्तमान संस्करण 4.0.0
अंतिम अपडेट 2017-08-30
प्रकाशन तिथि 2017-08-30
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Streamers Connected",
    "version": "4.0.0",
    "description": "The official Streamers Connected Chrome extension, showing notifications when Streamers Connected goes live.",
    "icons": {
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage",
        "notifications",
        "background",
        "http:\/\/*.twitch.tv\/",
        "https:\/\/*.streamersconnected.tv\/"
    ],
    "options_page": "options\/options.html",
    "options_ui": {
        "page": "options\/options.html"
    },
    "background": {
        "scripts": [
            "external\/jquery.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "\/external\/jquery.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.twitch.tv\/*",
                "*:\/\/*.twitch.tv\/*"
            ]
        }
    ],
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_title": "Streamers Connected",
        "default_popup": "popup\/popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/*.twitter.com https:\/\/*.twimg.com; object-src 'self'",
    "web_accessible_resources": [
        "64.png",
        "icons\/chat-badge.png",
        "icons\/chat-badge-square.png"
    ]
}