One-Click Skip Button for Google Music

Skip songs in Google Music from your address bar.

Was ist One-Click Skip Button for Google Music?

One-Click Skip Button for Google Music ist eine Chrome-Erweiterung, die von Procrastinating Student entwickelt wurde, und ihr Hauptmerkmal ist "Skip songs in Google Music from your address bar.".

Erweiterungsscreenshots

screenshot
screenshot

One-Click Skip Button for Google Music-Erweiterungs-CRX-Datei herunterladen

Laden Sie One-Click Skip Button for Google Music-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name One-Click Skip Button for Google Music One-Click Skip Button for Google Music
ID bbeefcjnjicgkpjbhdnbegckifhooeeo
Offizielle URL https://chromewebstore.google.com/detail/one-click-skip-button-for/bbeefcjnjicgkpjbhdnbegckifhooeeo
Beschreibung Skip songs in Google Music from your address bar.
Dateigröße 8.62 KB
Installationsanzahl 23
Aktuelle Version 0.0.1
Letztes Update 2017-12-01
Veröffentlichungsdatum 2017-11-29
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Procrastinating Student
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}