Music Only for Youtube
Keep only the music of Youtube: hides all videos, all images, yeah!
Music Only for Youtubeคืออะไร?
Music Only for Youtube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HamsterApps และคุณลักษณะหลักของมันคือ "Keep only the music of Youtube: hides all videos, all images, yeah!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Music Only for Youtube
ดาวน์โหลดไฟล์ส่วนขยาย Music Only for Youtube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A must-have for WORK!
Hide the videos and keep only the sound of Youtube! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | mcaikbdablblhjhgpnbknbkbegogbhlm |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/music-only-for-youtube/mcaikbdablblhjhgpnbknbkbegogbhlm |
| คำอธิบาย | Keep only the music of Youtube: hides all videos, all images, yeah! |
| ขนาดไฟล์ | 85.09 KB |
| จำนวนการติดตั้ง | 2,430 |
| เวอร์ชันปัจจุบัน | 0.2 |
| อัปเดตครั้งล่าสุด | 2022-07-19 |
| วันที่เผยแพร่ | 2022-07-18 |
| คะแนน | 4.05/5 รวมทั้งหมด 20 คะแนน |
| ผู้พัฒนา | HamsterApps |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Rapha\u00ebl L\u00e9ger",
"browser_action": {
"default_icon": "icon-on.png"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"content_scripts": [
{
"js": [
"js\/script.js"
],
"matches": [
"http:\/\/www.youtube.com\/*",
"https:\/\/www.youtube.com\/*"
]
}
],
"description": "Keep only the music of Youtube: hides all videos, all images, yeah!",
"icons": {
"128": "icon.png",
"16": "icon.png",
"48": "icon.png"
},
"manifest_version": 2,
"name": "Music Only for Youtube",
"permissions": [
"activeTab"
],
"version": "0.2",
"web_accessible_resources": [
"js\/script.js"
]
} | |