TV2 Play fullscreen
This extention allows danish TV2 play to be in fullscreen even though it is not in focus.
TV2 Play fullscreen là gì?
TV2 Play fullscreen là một tiện ích mở rộng Chrome được phát triển bởi hans.dam, và tính năng chính của nó là "This extention allows danish TV2 play to be in fullscreen even though it is not in focus.".
Tải xuống tệp CRX của tiện ích mở rộng TV2 Play fullscreen
Tải xuống các tệp mở rộng TV2 Play fullscreen 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
The Danish TV station TV2 has a streaming service called TV2 Play. The biggest issue with TV2 Play is the fact that it is impossible on a two-screen setup to have TV2 play running in fullscreen mode on one screen and working on the other. Until now! With this extension, you are able to go to fullscreen mode on one screen and work on the other. You are welcome, TV2. Den danske TV station, TV2, har en streaming tjenste kaldet TV2 Play. Den største begrænsning ved TV2 Play er, at det er umuligt på et to-skærms-setup at have TV2 Play kørende i fuld skærm på den ene skærm, mens man arbejder på den anden. Indtil nu! Med denne udvidelse er du i stand til at være i fuld skærm på den ene skærm, mens du arbejder på den anden. I er velkomne, TV2.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | edceninpopokhklgonfcdijhngfapjcf |
URL Chính Thức | https://chrome.google.com/webstore/detail/tv2-play-fullscreen/edceninpopokhklgonfcdijhngfapjcf |
Mô tả | This extention allows danish TV2 play to be in fullscreen even though it is not in focus. |
Kích Thước Tệp | 45.88 KB |
Số Lần Cài Đặt | 1,275 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2014-07-21 |
Ngày Phát Hành | 2014-07-21 |
Đánh Giá | 3.86/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | hans.dam |
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": "TV2 Play fullscreen", "description": "This extention allows danish TV2 play to be in fullscreen even though it is not in focus.", "version": "1.0", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "background": { "persistent": false, "scripts": [ "js\/bg-events.js" ] }, "browser_action": { "default_title": "TV2 Play fullscreen", "default_icon": "images\/icon_19.png" }, "content_scripts": [ { "matches": [ "http:\/\/play.tv2.dk\/*" ], "js": [ "js\/jquery-1.11.1.min.js", "js\/keymaster.min.js", "js\/content.js" ] } ] } |