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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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