Tubo
This application will allow you to continue surfing the net while watching Youtube Videos
Tuboคืออะไร?
Tubo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kamal.bennani.b และคุณลักษณะหลักของมันคือ "This application will allow you to continue surfing the net while watching Youtube Videos"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tubo
ดาวน์โหลดไฟล์ส่วนขยาย Tubo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Application allows you to view any Youtube's video within the current tab. Tubo is synchronise directly with your Google account. Enjoy, and let me know your impression.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bcohgdepkcjeepnpjdmgpdoilalpgkni |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/tubo/bcohgdepkcjeepnpjdmgpdoilalpgkni |
คำอธิบาย | This application will allow you to continue surfing the net while watching Youtube Videos |
ขนาดไฟล์ | 429 KB |
จำนวนการติดตั้ง | 10 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2016-01-08 |
วันที่เผยแพร่ | 2016-01-08 |
คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | kamal.bennani.b |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "manifest_version": 2, "name": "Tubo", "version": "1.5", "description": "This application will allow you to continue surfing the net while watching Youtube Videos", "icons": { "48": "tubo_48.png", "128": "tubo_128.png" }, "background": { "page": "background.html" }, "browser_action": { "default_title": "Tubo", "default_icon": "tubo_48.png" }, "web_accessible_resources": [ "css\/*.css", "css\/**\/*.*", "js\/*.js", "js\/**\/*.js", "popup.html" ], "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/ https:\/\/fonts.googleapis.com; object-src 'self'", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "background", "tabs", "storage", "https:\/\/apis.google.com\/js\/*", "http:\/\/*\/*", "https:\/\/*\/*" ] } |