Twitch Fullscreen Plus
Triggers fullscreen view of twitch stream with chat overlay
Twitch Fullscreen Plus là gì?
Twitch Fullscreen Plus là một tiện ích mở rộng Chrome được phát triển bởi kopatch, và tính năng chính của nó là "Triggers fullscreen view of twitch stream with chat overlay".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Twitch Fullscreen Plus
Tải xuống các tệp mở rộng Twitch Fullscreen Plus 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
Twitch Fullscreen Plus lets you enjoy the wonderful Twitch Chat experience while watching your favorite stream in fullscreen! unlike the Twitch.tv Theater Mode, with this extension you get to enjoy the full size of your monitor. You can Resize, move change chat opacity and background alpha and more! version 3.0.11 UPDATE: OCTOBER 26 2023 Fixed the extension while logged in, and fixed VODs
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Twitch Fullscreen Plus |
ID | jbbmdehmiclndmeedcocofcjlpgjnmea |
URL Chính Thức | https://chromewebstore.google.com/detail/twitch-fullscreen-plus/jbbmdehmiclndmeedcocofcjlpgjnmea |
Mô tả | Triggers fullscreen view of twitch stream with chat overlay |
Kích Thước Tệp | 88.82 KB |
Số Lần Cài Đặt | 40,144 |
Phiên Bản Hiện Tại | 3.0.12 |
Cập Nhật Lần Cuối | 2023-10-27 |
Ngày Phát Hành | 2020-06-24 |
Đánh Giá | 4.04/5 Tổng số 262 Đánh Giá |
Nhà Phát Triển | kopatch |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Fullscreen Plus", "short_name": "TFP", "description": "Triggers fullscreen view of twitch stream with chat overlay", "version": "3.0.12", "icons": { "48": "icon.png" }, "permissions": [ "storage" ], "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "content.js" ], "css": [ "css\/style.css" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |