Skip disliked music

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

O que é Skip disliked music?

Skip disliked music é uma extensão do Chrome desenvolvida por illia.pogodin, e sua principal característica é "This tiny extension skip song in google play music in case if it was disliked before".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Skip disliked music

Baixe arquivos de extensão Skip disliked music no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Skip disliked music Skip disliked music
ID cdobcohemmghfhnlconniolbcpdgfofc
URL Oficial https://chromewebstore.google.com/detail/skip-disliked-music/cdobcohemmghfhnlconniolbcpdgfofc
Descrição This tiny extension skip song in google play music in case if it was disliked before
Tamanho do Arquivo 13.48 KB
Contagem de Instalações 11
Versão Atual 0.0.0.3
Última Atualização 2018-01-04
Data de Publicação 2018-01-04
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor illia.pogodin
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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 "
}