YouTube New Tab
Play your favorite videos from youtube on each new tab.
YouTube New Tabคืออะไร?
YouTube New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Funny Apps & Games และคุณลักษณะหลักของมันคือ "Play your favorite videos from youtube on each new tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube New Tab
ดาวน์โหลดไฟล์ส่วนขยาย YouTube New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
YouTube New Tab saves your favorite videos from youtube.com to playlist without download and play them later. You can easily add any YouTube video in several ways: 1. Click the icon next to logo YouTube on video page 2. Context menu: right click to background on video page 3. Context menu: right click to any link, that directed to YouTube video (for details see screens) Next you can play your saves videos directly on each new tab without go to youtube.com and without download these videos. Of course, on new tab is classic search on Internet and also direct search on YouTube. Enjoy!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YouTube New Tab |
ID | hkdjjblefenaffilobnkdekehpjfbein |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-new-tab/hkdjjblefenaffilobnkdekehpjfbein |
คำอธิบาย | Play your favorite videos from youtube on each new tab. |
ขนาดไฟล์ | 119 KB |
จำนวนการติดตั้ง | 838 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2021-01-13 |
วันที่เผยแพร่ | 2021-01-12 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Funny Apps & Games |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube New Tab", "description": "Play your favorite videos from youtube on each new tab.", "version": "1.2", "manifest_version": 2, "background": { "scripts": [ "jquery.js", "background.js" ] }, "browser_action": { "default_icon": "img\/ico_19.png" }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "https:\/\/www.youtube.com\/*", "contextMenus" ], "icons": { "16": "img\/ico_16.png", "19": "img\/ico_19.png", "32": "img\/ico_32.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" }, "web_accessible_resources": [ "img\/button_add.png" ], "chrome_url_overrides": { "newtab": "newtab.html" } } |