Skip disliked music
This tiny extension skip song in google play music in case if it was disliked before
¿Qué es Skip disliked music?
Skip disliked music es una extensión de Chrome desarrollada por illia.pogodin, y su función principal es "This tiny extension skip song in google play music in case if it was disliked before".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Skip disliked music
Descarga archivos de extensión Skip disliked music en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | cdobcohemmghfhnlconniolbcpdgfofc |
URL Oficial | https://chromewebstore.google.com/detail/skip-disliked-music/cdobcohemmghfhnlconniolbcpdgfofc |
Descripción | This tiny extension skip song in google play music in case if it was disliked before |
Tamaño del Archivo | 13.48 KB |
Cantidad de Instalaciones | 11 |
Versión Actual | 0.0.0.3 |
Última Actualización | 2018-01-04 |
Fecha de Publicación | 2018-01-04 |
Calificación | 5.00/5 Total de 6 Calificaciones |
Desarrollador | illia.pogodin |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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 " } |