QuickStreamer

livestreamer GUI. Quickly view Twitch streams, Youtube videos... with livestreamer from your browser.

QuickStreamerคืออะไร?

QuickStreamer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://codekiem.com และคุณลักษณะหลักของมันคือ "livestreamer GUI. Quickly view Twitch streams, Youtube videos... with livestreamer from your browser."

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

screenshot
screenshot

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

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

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

                        ---- IMPORTANT NOTE ----
This extension uses Chrome's native messaging API, so you need to install this extension and a native messaging host, or it won't work.

Please follow the installation instruction at http://quickstreamer.codekiem.com before using
------------------------

QuickStreamer is an extension that allows you to run livestreamer from your browser, without having to use the terminal.

Tested on Windows 7 & Mac OS X, Chrome 37.0

SUPPORTED SITES
- youtube.com & gaming.youtube.com
- twitch.tv
- hitbox.tv
- azubu.tv
- mlg.tv
- crunchyroll.com
- ...
More sites will be supported in future versions

CHANGELOGS

0.4.2: 2015/12/24
- Add support for Crunchyroll.com
- Allow other extensions to open livestreamer using QuickStreamer. Soon you’ll be able to do this in Twitch Now.

0.4.1: 2015/11/02
- Add support for Azubu.tv and MLG.tv
- Reverse the quality list. Now it sorts from best to worst.

0.4: 2015/07/25
- New host app version. Mac users don't have to open Chrome in Terminal anymore. Yay!
- Rewrite many lines of code. Now it's easier to add more sites.
- Add support for Youtube.
- Add "Open chat popup" for Twitch.
- Remove unnecessary permissions.

0.3: 2014/12/13
- Update for Twitch API change

0.2: 2014/08/31
- Update the host app
- Optimize memory usage
- Add QuickStreamer into context menu

0.1: 2014/08/29
- First version                    

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

ชื่อ QuickStreamer QuickStreamer
ID ioegnnjonphieiamlnmfaacafcdfbccm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quickstreamer/ioegnnjonphieiamlnmfaacafcdfbccm
คำอธิบาย livestreamer GUI. Quickly view Twitch streams, Youtube videos... with livestreamer from your browser.
ขนาดไฟล์ 62.17 KB
จำนวนการติดตั้ง 1,224
เวอร์ชันปัจจุบัน 0.4.2
อัปเดตครั้งล่าสุด 2015-12-24
วันที่เผยแพร่ 2015-12-24
คะแนน 4.29/5 รวมทั้งหมด 48 คะแนน
ผู้พัฒนา https://codekiem.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://quickstreamer.codekiem.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QuickStreamer",
    "short_name": "QuickStreamer",
    "version": "0.4.2",
    "manifest_version": 2,
    "description": "livestreamer GUI. Quickly view Twitch streams, Youtube videos... with livestreamer from your browser.",
    "omnibox": {
        "keyword": "qs"
    },
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "content_scripts": [],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/utils.js",
            "js\/analytics.js",
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "img\/*",
        "css\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "nativeMessaging",
        "contextMenus"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvzbTbtHAdNz86crJxo9klNK1EKAop4mvV0xCaT8vNUESMqteHcP\/AshTXI3\/vPK\/KdE+UdeOWWPKbAscKCB6z4Wv01\/SjXNbAqkitVADD1GKLECUEJCVAfmAz4zHcDMmSHMhoCi19klJ9OpYuBOZywzM9RRx24uVoiukRbMTIciaRX14e0H1EYQrPzrkFc2UI9ZYodMI6eENG8COLIo9Pg8oblOH0oIUCiQtsPzUESbc2XHUQ1Mx2Qst2n3S2n\/zewXPMjjYMJSponklSAE9iSGvQN9l\/AUaolPpnfxOHf7gpr\/+gHtNTXb+cJDad0p3musCHtsYSI4w1ZUE4U2NkwIDAQAB"
}