Streamers Connected

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

什么是Streamers Connected?

Streamers Connected是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“The official Streamers Connected Chrome extension, showing notifications when Streamers Connected goes live.”。

扩展截图

screenshot

下载Streamers Connected扩展crx文件

下载Streamers Connected扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 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"
    ]
}