Skip disliked music
This tiny extension skip song in google play music in case if it was disliked before
Wat is Skip disliked music?
Skip disliked music is een Chrome-extensie ontwikkeld door illia.pogodin, en de belangrijkste functie is "This tiny extension skip song in google play music in case if it was disliked before".
Extensie Screenshots
Download het CRX-bestand van de extensie Skip disliked music
Download Skip disliked music-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | cdobcohemmghfhnlconniolbcpdgfofc |
Officiële URL | https://chromewebstore.google.com/detail/skip-disliked-music/cdobcohemmghfhnlconniolbcpdgfofc |
Beschrijving | This tiny extension skip song in google play music in case if it was disliked before |
Bestandsgrootte | 13.48 KB |
Aantal Installaties | 11 |
Huidige Versie | 0.0.0.3 |
Laatst Bijgewerkt | 2018-01-04 |
Publicatiedatum | 2018-01-04 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | illia.pogodin |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 " } |