Skip disliked music
This tiny extension skip song in google play music in case if it was disliked before
Was ist Skip disliked music?
Skip disliked music ist eine Chrome-Erweiterung, die von illia.pogodin entwickelt wurde, und ihr Hauptmerkmal ist "This tiny extension skip song in google play music in case if it was disliked before".
Erweiterungsscreenshots
Skip disliked music-Erweiterungs-CRX-Datei herunterladen
Laden Sie Skip disliked music-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | cdobcohemmghfhnlconniolbcpdgfofc |
Offizielle URL | https://chromewebstore.google.com/detail/skip-disliked-music/cdobcohemmghfhnlconniolbcpdgfofc |
Beschreibung | This tiny extension skip song in google play music in case if it was disliked before |
Dateigröße | 13.48 KB |
Installationsanzahl | 11 |
Aktuelle Version | 0.0.0.3 |
Letztes Update | 2018-01-04 |
Veröffentlichungsdatum | 2018-01-04 |
Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
Entwickler | illia.pogodin |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 " } |