One-Click Skip Button for Google Music
Skip songs in Google Music from your address bar.
Cos'è One-Click Skip Button for Google Music?
One-Click Skip Button for Google Music è un'estensione di Chrome sviluppata da Procrastinating Student, e la sua funzione principale è "Skip songs in Google Music from your address bar.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione One-Click Skip Button for Google Music
Scarica i file di estensione One-Click Skip Button for Google Music in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | One-Click Skip Button for Google Music |
ID | bbeefcjnjicgkpjbhdnbegckifhooeeo |
URL Ufficiale | https://chromewebstore.google.com/detail/one-click-skip-button-for/bbeefcjnjicgkpjbhdnbegckifhooeeo |
Descrizione | Skip songs in Google Music from your address bar. |
Dimensione del File | 8.62 KB |
Conteggio Installazioni | 23 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2017-12-01 |
Data di Pubblicazione | 2017-11-29 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Procrastinating Student |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |