One-Click Skip Button for Google Music
Skip songs in Google Music from your address bar.
One-Click Skip Button for Google Musicคืออะไร?
One-Click Skip Button for Google Music เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Procrastinating Student และคุณลักษณะหลักของมันคือ "Skip songs in Google Music from your address bar."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย One-Click Skip Button for Google Music
ดาวน์โหลดไฟล์ส่วนขยาย One-Click Skip Button for Google Music ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension adds a skip button to your address bar, letting you skip the currently-playing song in Google Music.
You *must* have the companion extension "One-Click Controls for Google Music" enabled in order to use this extension.
Get it here:
https://chrome.google.com/webstore/detail/one-click-controls-for-go/iplcnndnkaahamcojidocbfdagapbcal
Get the rewind button here:
https://chrome.google.com/webstore/detail/jecmhknpaakaljaahcpjpojlomilfcbk ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | bbeefcjnjicgkpjbhdnbegckifhooeeo |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/one-click-skip-button-for/bbeefcjnjicgkpjbhdnbegckifhooeeo |
| คำอธิบาย | Skip songs in Google Music from your address bar. |
| ขนาดไฟล์ | 8.62 KB |
| จำนวนการติดตั้ง | 23 |
| เวอร์ชันปัจจุบัน | 0.0.1 |
| อัปเดตครั้งล่าสุด | 2017-12-01 |
| วันที่เผยแพร่ | 2017-11-29 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | Procrastinating Student |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "One-Click Skip Button for Google Music",
"description": "Skip songs in Google Music from your address bar.",
"version": "0.0.1",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": {
"19": "images\/ff_19_black.png",
"38": "images\/ff_38_black.png"
}
},
"manifest_version": 2
} | |