Youtube controller
Control Youtube play without visiting the tab.
Youtube controllerคืออะไร?
Youtube controller เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://iamvp7.in และคุณลักษณะหลักของมันคือ "Control Youtube play without visiting the tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube controller
ดาวน์โหลดไฟล์ส่วนขยาย Youtube controller ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easily play/pause youtube videos, play next video or replay the video from playlist without visit the youtube tab.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fioanlgpncojcmfckbobmkhemdjdppoc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/youtube-controller/fioanlgpncojcmfckbobmkhemdjdppoc |
คำอธิบาย | Control Youtube play without visiting the tab. |
ขนาดไฟล์ | 28.38 KB |
จำนวนการติดตั้ง | 144 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-04-01 |
วันที่เผยแพร่ | 2017-04-01 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://iamvp7.in |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube controller", "description": "Control Youtube play without visiting the tab.", "homepage_url": "http:\/\/iamvp7.github.io\/", "version": "1.0", "icons": { "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "*:\/\/*.youtube.com\/*", "tabs" ], "browser_action": { "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" }, "default_title": "Control your Youtube Player", "default_popup": "popup\/youtube.html" } } |