TubeFinder
Find youtube videos and play them directly.
TubeFinderคืออะไร?
TubeFinder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย masiar และคุณลักษณะหลักของมันคือ "Find youtube videos and play them directly."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TubeFinder
ดาวน์โหลดไฟล์ส่วนขยาย TubeFinder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This app lets you search for YouTube videos without the need of opening a new tab and navigating to the YouTube website. It displays the first 5 results of the YouTube search and by clicking on one of them a new tab is opened and the video played. Avid YouTube users will find this app useful as they will not need to open a new tab and search on YouTube for videos they want to see or songs they want to listen.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | aaifglbficdemcmeoloongneifnnglck |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/tubefinder/aaifglbficdemcmeoloongneifnnglck |
คำอธิบาย | Find youtube videos and play them directly. |
ขนาดไฟล์ | 120 KB |
จำนวนการติดตั้ง | 234 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2014-11-20 |
วันที่เผยแพร่ | 2014-11-20 |
คะแนน | 2.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | masiar |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TubeFinder", "description": "Find youtube videos and play them directly.", "version": "0.1", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |