Youtube Fullscreen & Share
Watch and share your YouTube video on full-screen mode easily with just one click.
What is Youtube Fullscreen & Share?
Youtube Fullscreen & Share is a Chrome extension developed by Wittawat Patcharinsak, and its main feature is "Watch and share your YouTube video on full-screen mode easily with just one click.".
Extension Screenshots
Download Youtube Fullscreen & Share Extension CRX File
Download Youtube Fullscreen & Share extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Watch and share your YouTube video on full-screen mode easily with just one click with "Youtube Fullscreen & Share". • Small, compact, fast • Safe to use • Customized applications options as needed. -------------------------------------------------------------------- ท่านสามารถรับชมหรือแชร์คลิปยูทูปแบบเต็มหน้าจอได้ง่ายๆเพียงคลิกเดียว ด้วย "Youtube Fullscreen & Share" • ขนาดเล็ก กระทัดรัด รวดเร็ว ไม่กินทรัพยากร • ปลอดภัยในการใช้งาน • ปรับแต่งการใช้งานได้ตามความต้องการ
Extension Basic Information
Name | |
ID | ongdefjfhgfknmfjmckjlamfbpabojnp |
Official URL | https://chrome.google.com/webstore/detail/youtube-fullscreen-share/ongdefjfhgfknmfjmckjlamfbpabojnp |
Description | Watch and share your YouTube video on full-screen mode easily with just one click. |
File Size | 28.98 KB |
Installation Count | 384 |
Current Version | 1.2.4 |
Last Updated | 2017-08-17 |
Publish Date | 2017-08-17 |
Rating | 4.11/5 Total 18 Ratings |
Developer | Wittawat Patcharinsak |
[email protected] | |
Payment Type | free |
Extension Website | https://jengjeng.github.io |
Supported Languages | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "img\/icon_deactive-36.png" }, "description": "Watch and share your YouTube video on full-screen mode easily with just one click.", "icons": { "128": "img\/icon.png", "16": "img\/icon.png", "48": "img\/icon.png" }, "manifest_version": 2, "name": "Youtube Fullscreen & Share", "options_page": "options.html", "permissions": [ "storage", "tabs", "http:\/\/www.youtube.com\/", "https:\/\/www.youtube.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.4" } |