ThisSongIsSick Enhancer
A simple suite of enhancements that make the listening experience that much better.
Τι είναι το ThisSongIsSick Enhancer;
Το ThisSongIsSick Enhancer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον nateboop123, και η κύρια λειτουργία του είναι "A simple suite of enhancements that make the listening experience that much better.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ThisSongIsSick Enhancer
Λήψη αρχείων επέκτασης ThisSongIsSick Enhancer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This chrome extension adds some much needed functionality to the popular music blog and music discovery site ThisSongIsSick.com. CORE FEATURES: - First song automatically starts playing once the page is loaded. - Once a song finishes, the next song automatically starts playing. - When the last song finishes playing, the page will automatically load the next set of songs and start again. - A global audio player GUI is placed at the top of the screen. From here you can see the currently playing song and control the playback through the basic pause/play/next/previous buttons. UPCOMING FEATURES: - Compatibility with embedded youtube videos. - Shortcut keys to control playback.
Βασικές Πληροφορίες Επέκτασης
Όνομα | ![]() |
ID | lpkipcbigbpjkhcfkaefdimjdgmkbfob |
Επίσημο URL | https://chrome.google.com/webstore/detail/thissongissick-enhancer/lpkipcbigbpjkhcfkaefdimjdgmkbfob |
Περιγραφή | A simple suite of enhancements that make the listening experience that much better. |
Μέγεθος Αρχείου | 126 KB |
Αριθμός Εγκαταστάσεων | 13 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2015-02-25 |
Ημερομηνία Δημοσίευσης | 2015-02-25 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | nateboop123 |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ThisSongIsSick Enhancer", "description": "A simple suite of enhancements that make the listening experience that much better.", "version": "1.0", "permissions": [ "https:\/\/ajax.googleapis.com\/", "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/thissongissick.com\/*" ], "cs": [ "player.css" ], "js": [ "jquery.js", "soundcloud.js", "myscript.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "player.css", "pause.png", "prev.png", "next.png", "play.png", "loading.GIF" ] } |