Fullscreen Please
Enables full screen button on all embedded youtube videos.
Fullscreen Please là gì?
Fullscreen Please là một tiện ích mở rộng Chrome được phát triển bởi chaos9990, và tính năng chính của nó là "Enables full screen button on all embedded youtube videos.".
Ả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 Fullscreen Please
Tải xuống các tệp mở rộng Fullscreen Please 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 app was borne out of frustration at websites disabling the full screen option on embedded youtube videos. So I made an extension to fix that. If you get as annoyed as I do, this will ease your frustrations! Feel free to send me feedback or bugs as I want to make this better! I know some sites won't be supported so just let me know via email and I can add them! chad [at] thechadcampbell.com And donate if you appreciate the work I do! :) https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=35WYLWH9LBWTW&lc=US&item_name=FullScreen%20Please¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | amlilajfgbcljjokheaofnhbgmdcmbam |
URL Chính Thức | https://chrome.google.com/webstore/detail/fullscreen-please/amlilajfgbcljjokheaofnhbgmdcmbam |
Mô tả | Enables full screen button on all embedded youtube videos. |
Kích Thước Tệp | 29.51 KB |
Số Lần Cài Đặt | 178 |
Phiên Bản Hiện Tại | 1.0.7 |
Cập Nhật Lần Cuối | 2016-04-24 |
Ngày Phát Hành | 2016-04-24 |
Đánh Giá | 3.71/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | chaos9990 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fullscreen Please", "short_name": "FullScreen", "description": "Enables full screen button on all embedded youtube videos.", "version": "1.0.7", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "background.js" ] } ], "manifest_version": 2 } |