Skip disliked music

This tiny extension skip song in google play music in case if it was disliked before

Qu'est-ce que Skip disliked music ?

Skip disliked music est une extension Chrome développée par illia.pogodin, et sa fonction principale est "This tiny extension skip song in google play music in case if it was disliked before".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Skip disliked music

Téléchargez les fichiers d'extension Skip disliked 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 application will skip disliked music in google music web application. 
Even if music playing in background = it will work. 
To use this application you should have: 
1. opened google music tab
2. activate checkbox once (reactivate checkbox only on google music page reloads)

P.S. you do not have to be on the google music tab once activating checkbox, just ensure that such tab presents.
special thanks to Drake for the awesome meme

sources are here : https://bitbucket.org/elias13/musicskip

I will improve this application, for now it is extremely raw (checkout the version).
On any issues occur, feel free to contact me via : 
email: [email protected],
telegram: @Ipogodin
or create issue in bitbucket, if you would like to: https://goo.gl/BDzt1m                    

Informations de Base sur l'Extension

Nom Skip disliked music Skip disliked music
ID cdobcohemmghfhnlconniolbcpdgfofc
URL Officiel https://chromewebstore.google.com/detail/skip-disliked-music/cdobcohemmghfhnlconniolbcpdgfofc
Description This tiny extension skip song in google play music in case if it was disliked before
Taille du Fichier 13.48 KB
Nombre d'Installations 11
Version Actuelle 0.0.0.3
Dernière Mise à Jour 2018-01-04
Date de Publication 2018-01-04
Évaluation 5.00/5 Total 6 Évaluations
Développeur illia.pogodin
Email [email protected]
Type de Paiement free
Langues Prises en Charge en,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.0.0.3",
    "icons": {
        "16": "skipdislike16.png",
        "48": "skipdislike48.png",
        "128": "skipdislike.png"
    },
    "browser_action": {
        "default_icon": "skipdislike.png",
        "default_popup": "popup.html",
        "default_title": "go"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "author": " Illia Pogodin "
}