Streams Now

This extension shows currently live channels from Twitch and Hitbox

ما هو Streams Now؟

Streams Now هو إضافة Chrome تم تطويرها بواسطة SkewPL، والميزة الرئيسية لها هي "This extension shows currently live channels from Twitch and Hitbox".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Streams Now

قم بتنزيل ملفات الامتداد Streams Now بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension will keep you up to date with currently live channels on Twitch and Hitbox. Just enter your hitbox and/or twitch name in settings and press save. Extension will automatically download channels that you are following, and show currently live channels in popup. Extension can also show notifications when channel goes live and play sound effects, you can easly configure everything you want.                    

معلومات أساسية عن التمديد

الاسم Streams Now Streams Now
ID hfgbofkndeplfbblcickldfgbfelakgj
عنوان URL الرسمي https://chromewebstore.google.com/detail/streams-now/hfgbofkndeplfbblcickldfgbfelakgj
الوصف This extension shows currently live channels from Twitch and Hitbox
حجم الملف 525 KB
عدد التثبيتات 124
النسخة الحالية 1.0
آخر تحديث 2016-03-06
تاريخ النشر 2016-03-06
تقييم 4.33/5 مجموع تقييمات 6
المطور SkewPL
نوع الدفع free
اللغات المدعومة en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "options_page": "options.html",
    "default_locale": "en",
    "version": "1.0",
    "icons": {
        "128": "assets\/icon-128.png",
        "48": "assets\/icon-48.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "scripts\/jquery-2.1.3.min.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/icon-48.png",
        "default_title": "__MSG_appName__"
    },
    "permissions": [
        "activeTab",
        "storage",
        "background",
        "notifications",
        "https:\/\/api.twitch.tv\/",
        "https:\/\/www.hitbox.tv\/"
    ]
}