U-Tube Pocket
# Youtube-chrome-extension. If you enjoy listening to music on youtube. This extension is for you. You can control youtube videos…
U-Tube Pocketคืออะไร?
U-Tube Pocket เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sandeepfacebook1989 และคุณลักษณะหลักของมันคือ "# Youtube-chrome-extension. If you enjoy listening to music on youtube. This extension is for you. You can control youtube videos…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย U-Tube Pocket
ดาวน์โหลดไฟล์ส่วนขยาย U-Tube Pocket ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
# Youtube-chrome-extension. If you enjoy listening to music on youtube. This extension is for you. You can control youtube videos from any of the tab with this simple yet very useful chrome extension. Play , pause your video and choose next video from the list. Its easy and very helpful.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ejcocklfgjcfffebkmfpkmgbiaahlclo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/u-tube-pocket/ejcocklfgjcfffebkmfpkmgbiaahlclo |
คำอธิบาย | # Youtube-chrome-extension. If you enjoy listening to music on youtube. This extension is for you. You can control youtube videos… |
ขนาดไฟล์ | 82.81 KB |
จำนวนการติดตั้ง | 680 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2018-07-17 |
วันที่เผยแพร่ | 2018-07-17 |
คะแนน | 4.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | sandeepfacebook1989 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "U-Tube Pocket", "version": "1.0.1", "background": { "scripts": [ "background.bundle.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": "icons\/browser_action_icon.png", "default_title": "Utube Fun" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.bundle.js" ] } ], "icons": { "128": "icons\/128x128.png" }, "permissions": [ " |