View Streams!

Finally, a stream browsing extension that you have the power to control.

View Streams!คืออะไร?

View Streams! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brioux และคุณลักษณะหลักของมันคือ "Finally, a stream browsing extension that you have the power to control."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย View Streams!

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

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

                        A Twitch.tv stream browsing extension that allows you to quickly find an enjoyable stream for any game.  This stream browser brings you new level of control and customizability.  Search for your favorite games to show or just browse popular games.  Change skins or create your own.

Regardless of if you're watching League of Legends, Dota 2, Rocket League, or any other game -- We've got you covered.                    

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

ชื่อ View Streams! View Streams!
ID caohgnfajjlomaolfpidhohnikmankjm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/view-streams/caohgnfajjlomaolfpidhohnikmankjm
คำอธิบาย Finally, a stream browsing extension that you have the power to control.
ขนาดไฟล์ 574 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2016-09-20
วันที่เผยแพร่ 2016-09-19
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Brioux
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.5",
    "name": "View Streams!",
    "description": "Finally, a stream browsing extension that you have the power to control.",
    "icons": {
        "16": "css\/img\/icon_16x16.png",
        "48": "css\/img\/icon_48x48.png",
        "128": "css\/img\/icon_128x128.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "https:\/\/api.twitch.tv\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "options_page": "options.html"
}