One-Click Skip Button for Google Music
Skip songs in Google Music from your address bar.
Wat is One-Click Skip Button for Google Music?
One-Click Skip Button for Google Music is een Chrome-extensie ontwikkeld door Procrastinating Student, en de belangrijkste functie is "Skip songs in Google Music from your address bar.".
Extensie Screenshots
Download het CRX-bestand van de extensie One-Click Skip Button for Google Music
Download One-Click Skip Button for Google Music-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | bbeefcjnjicgkpjbhdnbegckifhooeeo |
| Officiële URL | https://chromewebstore.google.com/detail/one-click-skip-button-for/bbeefcjnjicgkpjbhdnbegckifhooeeo |
| Beschrijving | Skip songs in Google Music from your address bar. |
| Bestandsgrootte | 8.62 KB |
| Aantal Installaties | 23 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2017-12-01 |
| Publicatiedatum | 2017-11-29 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Procrastinating Student |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |