Simple twitsh.tv player

Simple player for twitch.tv site

Simple twitsh.tv playerคืออะไร?

Simple twitsh.tv player เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pavliuk.stanislav และคุณลักษณะหลักของมันคือ "Simple player for twitch.tv site"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple twitsh.tv player

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

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

                        It's simple player for the twitch.tv site.
Extension is free for all.
You can set your twitch.tv name to see your following streams.

This is my personal project. All process of creating this extension is in my YouTube channel https://www.youtube.com/channel/UCTgn9reEebat7EzdHzeV0QQ

Creator: Stanislav Pavliuk, Kyiv, Ukraine.

My contacts: 
https://www.facebook.com/profile.php?id=100009439132321
https://www.linkedin.com/in/staspavliuk/

If you like this extension or any other my work, you may support me: 
5168745600583162                    

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

ชื่อ Simple twitsh.tv player Simple twitsh.tv player
ID plelefkhkfjkemdjdiejabobhbeheccf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/simple-twitshtv-player/plelefkhkfjkemdjdiejabobhbeheccf
คำอธิบาย Simple player for twitch.tv site
ขนาดไฟล์ 82.23 KB
จำนวนการติดตั้ง 41
เวอร์ชันปัจจุบัน 1.4.3.2
อัปเดตครั้งล่าสุด 2019-02-20
วันที่เผยแพร่ 2019-02-20
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา pavliuk.stanislav
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/pavliukStanislav/TwitchPlayerExtension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple twitsh.tv player",
    "version": "1.4.3.2",
    "description": "Simple player for twitch.tv site",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    },
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    },
    "content_security_policy": "script-src 'self' https:\/\/embed.twitch.tv https:\/\/code.jquery.com; object-src 'self'",
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "background",
        "https:\/\/api.twitch.tv\/"
    ],
    "short_name": "Twitch player",
    "background": {
        "persistent": true,
        "scripts": [
            "scripts\/generalFunctions.js",
            "scripts\/jquery-3.2.1.min.js"
        ]
    }
}