One-Click Skip Button for Google Music
Skip songs in Google Music from your address bar.
Qu'est-ce que One-Click Skip Button for Google Music ?
One-Click Skip Button for Google Music est une extension Chrome développée par Procrastinating Student, et sa fonction principale est "Skip songs in Google Music from your address bar.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension One-Click Skip Button for Google Music
Téléchargez les fichiers d'extension One-Click Skip Button for Google Music au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | One-Click Skip Button for Google Music |
ID | bbeefcjnjicgkpjbhdnbegckifhooeeo |
URL Officiel | https://chromewebstore.google.com/detail/one-click-skip-button-for/bbeefcjnjicgkpjbhdnbegckifhooeeo |
Description | Skip songs in Google Music from your address bar. |
Taille du Fichier | 8.62 KB |
Nombre d'Installations | 23 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2017-12-01 |
Date de Publication | 2017-11-29 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Procrastinating Student |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |