One-Click Skip Button for Google Music
Skip songs in Google Music from your address bar.
Apa itu One-Click Skip Button for Google Music?
One-Click Skip Button for Google Music adalah ekstensi Chrome yang dikembangkan oleh Procrastinating Student, dan fitur utamanya adalah "Skip songs in Google Music from your address bar.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi One-Click Skip Button for Google Music
Unduh file ekstensi One-Click Skip Button for Google Music dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | One-Click Skip Button for Google Music |
ID | bbeefcjnjicgkpjbhdnbegckifhooeeo |
URL Resmi | https://chromewebstore.google.com/detail/one-click-skip-button-for/bbeefcjnjicgkpjbhdnbegckifhooeeo |
Deskripsi | Skip songs in Google Music from your address bar. |
Ukuran File | 8.62 KB |
Jumlah Instalasi | 23 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2017-12-01 |
Tanggal Publikasi | 2017-11-29 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Procrastinating Student |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |