Streamers Connected

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

Streamers Connected là gì?

Streamers Connected là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "The official Streamers Connected Chrome extension, showing notifications when Streamers Connected goes live.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Streamers Connected

Tải xuống các tệp mở rộng Streamers Connected dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Streamers Connected Streamers Connected
ID mbheinpjbaajkgnfjkkmkbcochbjknoa
URL Chính Thức https://chromewebstore.google.com/detail/streamers-connected/mbheinpjbaajkgnfjkkmkbcochbjknoa
Mô tả The official Streamers Connected Chrome extension, showing notifications when Streamers Connected goes live.
Kích Thước Tệp 1.62 MB
Số Lần Cài Đặt 134
Phiên Bản Hiện Tại 4.0.0
Cập Nhật Lần Cuối 2017-08-30
Ngày Phát Hành 2017-08-30
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}