Pop-out Youtube
Opens your current Youtube video in a new embed window that fills the size of the window. Better than full screen!
Pop-out Youtubeคืออะไร?
Pop-out Youtube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alcottjake และคุณลักษณะหลักของมันคือ "Opens your current Youtube video in a new embed window that fills the size of the window. Better than full screen!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pop-out Youtube
ดาวน์โหลดไฟล์ส่วนขยาย Pop-out Youtube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
New features with version 1.0 release!
Change log:
+ auto-pause playing video when extension is pressed
+ new window resumes on time of previous video
+ ability to resize windows to presets or custom preset by right clicking on window
Ever wanted to watch a Youtube video and have another tab open at the same time? This chrome extension lets you float a YouTube video in a resizeable window so you can blow it up as much as you want and not have to full screen it. Perfect for people who want to watch a video (and just the video) without taking up the whole screen. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | cljcjhfckminhmagbnkjpcbdjdpkgbei |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pop-out-youtube/cljcjhfckminhmagbnkjpcbdjdpkgbei |
| คำอธิบาย | Opens your current Youtube video in a new embed window that fills the size of the window. Better than full screen! |
| ขนาดไฟล์ | 5.94 KB |
| จำนวนการติดตั้ง | 797 |
| เวอร์ชันปัจจุบัน | 1.0 |
| อัปเดตครั้งล่าสุด | 2018-06-23 |
| วันที่เผยแพร่ | 2018-06-23 |
| คะแนน | 3.64/5 รวมทั้งหมด 14 คะแนน |
| ผู้พัฒนา | alcottjake |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pop-out Youtube",
"description": "Opens your current Youtube video in a new embed window that fills the size of the window. Better than full screen!",
"version": "1.0",
"commands": {
"command": {
"suggested_key": {
"default": "Ctrl+Shift+5"
},
"description": "Toggle feature foo",
"global": true
}
},
"background": {
"scripts": [
"background.js"
]
},
"page_action": {
"default_icon": "icon38.png",
"default_title": "Video Pop-Out"
},
"permissions": [
"tabs",
"declarativeContent",
"contextMenus",
"http:\/\/*\/",
"https:\/\/*\/"
],
"manifest_version": 2
} | |