FullTube
Enlarge YouTube videos to fill the whole tab.
FullTubeคืออะไร?
FullTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ijanos และคุณลักษณะหลักของมันคือ "Enlarge YouTube videos to fill the whole tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FullTube
ดาวน์โหลดไฟล์ส่วนขยาย FullTube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Fill the whole tab with a YouTube video without making it fullscreen.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FullTube |
ID | nmabgnejfbfgjdifjflceagbglmllefe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fulltube/nmabgnejfbfgjdifjflceagbglmllefe |
คำอธิบาย | Enlarge YouTube videos to fill the whole tab. |
ขนาดไฟล์ | 4.65 KB |
จำนวนการติดตั้ง | 28 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-05-01 |
วันที่เผยแพร่ | 2016-05-01 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | ijanos |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/ijanos/fulltube |
URL หน้าช่วยเหลือ | https://github.com/ijanos/fulltube/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FullTube", "version": "1.0", "description": "Enlarge YouTube videos to fill the whole tab.", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": "icon-128.png", "default_title": "Enlarge video" }, "permissions": [ "declarativeContent", "activeTab" ], "icons": { "128": "icon-128.png" }, "manifest_version": 2 } |