Twitch Tab

See your stream and surf to the net !

Twitch Tabคืออะไร?

Twitch Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Toutoupou และคุณลักษณะหลักของมันคือ "See your stream and surf to the net !"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Tab

ดาวน์โหลดไฟล์ส่วนขยาย Twitch Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        surf on the net and watch your favorite streamers !

Make sure to enbale your panels

Copy this in your navigation bar: "chrome://flags/#enable-panels" and active panels                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Twitch Tab Twitch Tab
ID ljkaicdlogbblgehfmedfmlndblnjhcn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitch-tab/ljkaicdlogbblgehfmedfmlndblnjhcn
คำอธิบาย See your stream and surf to the net !
ขนาดไฟล์ 39.89 KB
จำนวนการติดตั้ง 16
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2016-09-12
วันที่เผยแพร่ 2016-09-12
ผู้พัฒนา Toutoupou
ประเภทการชำระเงิน free
ภาษาที่รองรับ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Tab",
    "description": " See your stream and surf to the net !",
    "version": "1.1",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "notifications"
    ],
    "browser_action": {
        "default_icon": "data\/icon_twitch.png",
        "default_popup": "popup.html",
        "icons": {
            "19": "data\/icon_twitch.png"
        }
    }
}