Eagle Eye - Watch videos in a floating window
Preview video links in a small floating window.
Eagle Eye - Watch videos in a floating windowคืออะไร?
Eagle Eye - Watch videos in a floating window เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eagle Eye และคุณลักษณะหลักของมันคือ "Preview video links in a small floating window."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Eagle Eye - Watch videos in a floating window
ดาวน์โหลดไฟล์ส่วนขยาย Eagle Eye - Watch videos in a floating window ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Eagle Eye improves the standard links in the browser. Place your mouse over a YouTube link to show a tooltip. You can click it to open the video in a minimalistic, customizable floating player. Use Eagle Eye to view videos in Picture-in-Picture (PIP) mode. Eagle Eye increases productivity, because you avoid opening YouTube and getting distracted by their recommendation algorithm. You can block YouTube and watch necessary content through the extension. Eagle Eye improves communication with friends - you can watch the videos they send you while chatting. You can use it preview YouTube videos in Messenger. EE works everywhere - Messenger, Discord, Twitter, Google Search or any other random website. Research made easier - If you are reading content that has links to a video, you can watch it while you are reading. Features: ★ It's 100% free. ★ Clean, minimalist, beautiful design. ★ Move the floating window wherever you want. ★ Resize by dragging the bottom right corner. ★ The floating player position and size are saved. ★ There are key bindings for fast use: - [ALT + Click] link to open Eagle Eye - [ALT + SHIFT + Click] link to open the window muted. - [ESC] to close - [ALT + /] to play or pause the video. ★ You can customize key bindings in the options menu ===================== RATE US ===================== Do you like Eagle Eye? Consider giving it a 5-star rating and sharing it with friends :)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Eagle Eye - Watch videos in a floating window |
ID | pecdkhjikgejgnlpccgmghcnalkggjaj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/eagle-eye-watch-videos-in/pecdkhjikgejgnlpccgmghcnalkggjaj |
คำอธิบาย | Preview video links in a small floating window. |
ขนาดไฟล์ | 128 KB |
จำนวนการติดตั้ง | 1,408 |
เวอร์ชันปัจจุบัน | 1.0.6 |
อัปเดตครั้งล่าสุด | 2021-01-10 |
วันที่เผยแพร่ | 2020-11-02 |
คะแนน | 3.88/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Eagle Eye |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.6", "permissions": [ "storage" ], "options_page": "options.html", "web_accessible_resources": [ "youtubeModal.html", "tooltip.html" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/close-button.css", "css\/ripple.min.css", "css\/window-styles.css", "css\/tippy.css" ], "js": [ "js\/deps\/popper.min.js", "js\/deps\/tippy.min.js", "js\/deps\/interact.min.js", "js\/deps\/jquery.min.js", "js\/deps\/jquery.initialize.min.js", "js\/globals.js", "js\/index.js", "js\/tooltip.js", "js\/open-screen.js", "js\/keyboard-events.js" ], "run_at": "document_start", "all_frames": true } ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "manifest_version": 2 } |