YouFlix
A unique tool for making experience in YouTube more like Netflix and also more convenient video watching, commenting and searching
YouFlixคืออะไร?
YouFlix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย refractiontech และคุณลักษณะหลักของมันคือ "A unique tool for making experience in YouTube more like Netflix and also more convenient video watching, commenting and searching"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouFlix
ดาวน์โหลดไฟล์ส่วนขยาย YouFlix ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
YouFlix is a new unique tool which provides many possibilities that you can't find while working with regular Youtube. It makes watching videos more convenient and allows you to scroll through recommended videos, leave comments and scroll through playlist videos without stopping the video you watch at that time. The great advantage of YouFlix is that it awesomely provides the possibility to do everything Youtube does without stopping the video. Why YouFlix? - Allows you to do all the Youtube stuff faster - You can keep watching the video while working with it - More convenient interface for Youtube lovers.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YouFlix |
ID | ciehggfdlkbemfeingingeenbameceeh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youflix/ciehggfdlkbemfeingingeenbameceeh |
คำอธิบาย | A unique tool for making experience in YouTube more like Netflix and also more convenient video watching, commenting and searching |
ขนาดไฟล์ | 52.5 KB |
จำนวนการติดตั้ง | 27 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2021-05-16 |
วันที่เผยแพร่ | 2021-05-16 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | refractiontech |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouFlix", "short_name": "YouFlix", "version": "1.0.0", "description": "A unique tool for making experience in YouTube more like Netflix and also more convenient video watching, commenting and searching", "author": "RefractionTech", "browser_action": { "default_icon": { "16": "assets\/logo16.png", "32": "assets\/logo32.png", "48": "assets\/logo48.png", "128": "assets\/logo128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "css\/content.css" ], "js": [ "js\/content.js" ], "run_at": "document_start" } ] } |