Twitch No Flash

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

Twitch No Flash là gì?

Twitch No Flash là một tiện ích mở rộng Chrome được phát triển bởi https://www.bayram1995.org, và tính năng chính của nó là "Forces Twitch to use HTML5 player instead of the Flash player.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twitch No Flash

Tải xuống các tệp mở rộng Twitch No Flash dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Twitch No Flash Twitch No Flash
ID dlifapdiegmmbccmbkdddilihgjpmoli
URL Chính Thức https://chromewebstore.google.com/detail/twitch-no-flash/dlifapdiegmmbccmbkdddilihgjpmoli
Mô tả Forces Twitch to use HTML5 player instead of the Flash player.
Kích Thước Tệp 23.46 KB
Số Lần Cài Đặt 436
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2015-08-08
Ngày Phát Hành 2015-08-08
Đánh Giá 1.71/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://www.bayram1995.org
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}