Sloth
Hey Lazy! I am a convenient tool to control your Music.
Τι είναι το Sloth;
Το Sloth είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Frooty Studios, και η κύρια λειτουργία του είναι "Hey Lazy! I am a convenient tool to control your Music.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Sloth
Λήψη αρχείων επέκτασης Sloth σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
A tool made for your convenience. Sloth lets you control your Music/Audio right there from any Tab. To change the music while working, you go to the music tab and press the controls. Was it frustrating? Enters Sloth, an extension to solve this. It lets you control your music without leaving your current tab. This is first generation of our Sloth with minimum characteristics. We'll be adding support for all major browsers for majority of music streaming sites such as Spotify, Gaana, Saavn etc. *****Version 1.1***** *Updated extension with the latest extension development environment manifest v3. *Bug fixes *****Version 1.0***** * Major release * Sloth Got a visual update * Now for all four sites(Youtube, Youtube Music, Gaana, and Spotify) music controls will be available on same screen. * Direct link to open Sloth in Chrome Web store *****Version 0.6***** * Updated fonts. * Added marquee for song title to enhance user experience. *****Version 0.5***** *Sloth has got new visual update. *Now sloth can handle multiple tabs. *Sloth can show the video/audio title for each tab. *****Version 0.4***** *On Installing/updating extension the Music sites tab auto reloads to reflect changes on them immediately. ******Version 0.3****** *Sloth has got a visual update. *Sloth now also prevents annoying "Are you watching?" popup while listening songs on YouTube.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Sloth |
ID | gbcfggnjejnjngbeiccbjeakiepjmpmk |
Επίσημο URL | https://chromewebstore.google.com/detail/sloth/gbcfggnjejnjngbeiccbjeakiepjmpmk |
Περιγραφή | Hey Lazy! I am a convenient tool to control your Music. |
Μέγεθος Αρχείου | 105 KB |
Αριθμός Εγκαταστάσεων | 29 |
Τρέχουσα Έκδοση | 1.1.1 |
Τελευταία Ενημέρωση | 2023-03-16 |
Ημερομηνία Δημοσίευσης | 2020-02-20 |
Προγραμματιστής | Frooty Studios |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sloth", "author": "FrootyStudios", "version": "1.1.1", "description": "Hey Lazy! I am a convenient tool to control your Music.", "manifest_version": 3, "background": { "service_worker": "mainServiceWorker.js" }, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.gaana.com\/*", "*:\/\/*.spotify.com\/*" ], "css": [], "js": [ "libs\/jquery.slim.js", "config\/selectorConfig.js", "config\/extensionCommandsConfig.js", "contentScript\/gaanaController.js", "contentScript\/spotifyController.js", "contentScript\/youTubeController.js", "contentScript\/musicYouTubeController.js", "contentScript\/index.js" ] } ], "action": { "default_popup": "views\/popup.html", "default_icon": { "16": "assets\/icons\/ext_icon_16.png", "32": "assets\/icons\/ext_icon_32.png", "48": "assets\/icons\/ext_icon_48.png", "128": "assets\/icons\/ext_icon_128.png" } }, "icons": { "16": "assets\/icons\/ext_icon_16.png", "32": "assets\/icons\/ext_icon_32.png", "48": "assets\/icons\/ext_icon_48.png", "128": "assets\/icons\/ext_icon_128.png" } } |