Streamers Connected

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

ما هو Streamers Connected؟

Streamers Connected هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "The official Streamers Connected Chrome extension, showing notifications when Streamers Connected goes live.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Streamers Connected

قم بتنزيل ملفات الامتداد Streamers Connected بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}