Twitch No Flash

Forces Twitch to use HTML5 player instead of the Flash player.

Twitch No Flashคืออะไร?

Twitch No Flash เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.bayram1995.org และคุณลักษณะหลักของมันคือ "Forces Twitch to use HTML5 player instead of the Flash player."

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

screenshot

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

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

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

                        This extension replaces the default Twitch Flashplayer by an HTML5 player.
The replacement takes place once the page (stream and chat) is loaded.
HTML5 is way more efficient than the current Flashplayer.                    

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

ชื่อ Twitch No Flash Twitch No Flash
ID dlifapdiegmmbccmbkdddilihgjpmoli
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitch-no-flash/dlifapdiegmmbccmbkdddilihgjpmoli
คำอธิบาย Forces Twitch to use HTML5 player instead of the Flash player.
ขนาดไฟล์ 23.46 KB
จำนวนการติดตั้ง 436
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2015-08-08
วันที่เผยแพร่ 2015-08-08
คะแนน 1.71/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://www.bayram1995.org
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "TwitchNoFlash.js"
            ],
            "matches": [
                "http:\/\/*.twitch.tv\/*",
                "https:\/\/*.twitch.tv\/*",
                "http:\/\/twitch.tv\/*",
                "https:\/\/twitch.tv\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Forces Twitch to use HTML5 player instead of the Flash player.",
    "manifest_version": 2,
    "version": "1.2",
    "author": "Bayram1995",
    "homepage_url": "http:\/\/www.bayram1995.org",
    "name": "Twitch No Flash",
    "short_name": "Twitch No Flash",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}