Real Full
Real fullscreen for flash elements.
Real Full là gì?
Real Full là một tiện ích mở rộng Chrome được phát triển bởi Nour Khattab, và tính năng chính của nó là "Real fullscreen for flash elements.".
Tải xuống tệp CRX của tiện ích mở rộng Real Full
Tải xuống các tệp mở rộng Real Full 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
!!!PLEASE NOTE IN BETA!!! Provides real full screen for flash videos. Instructions: ---Press Button ---Press F11 or turn on fullscreen mode to hide urlbar and co. What it does is makes the video equal to the browser size and brings that video up in a new tab. CURRENTLY ONLY WORKS FOR SITES HOSTING THE VIDEO/GAME. Im currently working on getting it to work with sites that have the flash objects embedded, but give it a try, it might work. Does not currently work with youtube (though you can just do http://labnol.blogspot.ca/2007/09/stretch-youtube-videos-to-fit-browser.html). Please report any bugs, suggestions or sites where it does not work.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | adgolfmncdfcaimiddahndlkdmofkkac |
URL Chính Thức | https://chrome.google.com/webstore/detail/real-full/adgolfmncdfcaimiddahndlkdmofkkac |
Mô tả | Real fullscreen for flash elements. |
Kích Thước Tệp | 4.28 KB |
Số Lần Cài Đặt | 60 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2014-03-22 |
Ngày Phát Hành | 2014-03-22 |
Đánh Giá | 2.25/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Nour Khattab |
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": "Real Full", "version": "1.0", "description": "Real fullscreen for flash elements.", "permissions": [ "tabs", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "arrow_expand.png", "default_title": "Fullscreenify!" } } |