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