uFull
Maximize your entertainment for YouTube/Vimeo/Facebook/DailyMotion Videos
uFullคืออะไร?
uFull เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vasu Jain และคุณลักษณะหลักของมันคือ "Maximize your entertainment for YouTube/Vimeo/Facebook/DailyMotion Videos"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย uFull
ดาวน์โหลดไฟล์ส่วนขยาย uFull ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chrome Extension to turn Youtube/Vimeo/Facebook/DailyMotion videos to full screen within browser. How often have you felt a need to maximize Youtube/Vimeo/Facebook/DailyMotion player to full of browser not the full of screen. Yep, i wanted that and didnt find anything, so got this one out. Simply click the extension while watching a Youtube/Vimeo/Facebook/DailyMotion video and it will maximize it to full screen if its a valid URL. Example youtube Video: https://www.youtube.com/watch?v=SRo9RcE65lo this video will be maximized by using the Extension. Would love comments/feedbacks/bug etc. over Github How does the Idea came ? ********************************* Last week while watching i felt if i could maximize a YouTube video to entire browser (not screen) it would be really great for my multi tasking itch. But YouTube doesn't provide any such feature, all they provide is theatre mode or full screen, none of which i wanted. So wrote one Chrome Extension for that for those folks who share the pain or not. :) Why ? ******* Yep, full screen is there, but as i mentioned it is more of an ointment for my multi tasking itch. That way you dont miss notifications from apps / browser tabs / OS Notifications etc. v 0.6 Update ***************** Revamped UI v 0.9.1 Update ***************** Support for Facebook/Vimeo/DailyMotion v 0.9.2 Update ****************** UI/UX Changes for Dailymotion logo + Added playlist support Youtube v 0.9.3 Update ****************** Changes in Manifest v 0.9.4 Update ****************** Added support for YouTube URLs with special chars v 0.9.5 Update ****************** Code tightening + qunit Added v 0.9.6 Update ****************** Fixed another edge case for Youtube
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ilkagpbcgnbnnbnlehmkgneheknkkdmf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ufull/ilkagpbcgnbnnbnlehmkgneheknkkdmf |
คำอธิบาย | Maximize your entertainment for YouTube/Vimeo/Facebook/DailyMotion Videos |
ขนาดไฟล์ | 185 KB |
จำนวนการติดตั้ง | 274 |
เวอร์ชันปัจจุบัน | 0.9.6 |
อัปเดตครั้งล่าสุด | 2015-04-05 |
วันที่เผยแพร่ | 2015-04-05 |
คะแนน | 4.13/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Vasu Jain |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/vasujain/uFull |
URL หน้าช่วยเหลือ | https://github.com/vasujain/uFull |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "uFull", "description": "Maximize your entertainment for YouTube\/Vimeo\/Facebook\/DailyMotion Videos", "version": "0.9.6", "browser_action": { "default_icon": "resources\/video_red_24.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "bookmarks", "activeTab" ], "icons": { "16": "resources\/video_red_16.png", "24": "resources\/video_red_24.png", "32": "resources\/video_red_32.png", "48": "resources\/video_red_48.png", "64": "resources\/video_red_64.png", "72": "resources\/video_red_72.png", "96": "resources\/video_red_96.png", "128": "resources\/video_red_128.png" }, "content_security_policy": "script-src 'self' https:\/\/code.jquery.com\/qunit\/qunit-1.18.0.js; object-src 'self'" } |