Skip disliked music
This tiny extension skip song in google play music in case if it was disliked before
Τι είναι το Skip disliked music;
Το Skip disliked music είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον illia.pogodin, και η κύρια λειτουργία του είναι "This tiny extension skip song in google play music in case if it was disliked before".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Skip disliked music
Λήψη αρχείων επέκτασης Skip disliked music σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | cdobcohemmghfhnlconniolbcpdgfofc |
Επίσημο URL | https://chromewebstore.google.com/detail/skip-disliked-music/cdobcohemmghfhnlconniolbcpdgfofc |
Περιγραφή | This tiny extension skip song in google play music in case if it was disliked before |
Μέγεθος Αρχείου | 13.48 KB |
Αριθμός Εγκαταστάσεων | 11 |
Τρέχουσα Έκδοση | 0.0.0.3 |
Τελευταία Ενημέρωση | 2018-01-04 |
Ημερομηνία Δημοσίευσης | 2018-01-04 |
Αξιολόγηση | 5.00/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | illia.pogodin |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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 " } |