TT plugged in
TT plugged in provides autobopping, and volume control among others
Τι είναι το TT plugged in;
Το TT plugged in είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον nthitz, και η κύρια λειτουργία του είναι "TT plugged in provides autobopping, and volume control among others".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TT plugged in
Λήψη αρχείων επέκτασης TT plugged in σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
TT Plugged In adds a few features that are not currently available on turntable.fm. The most significant one is a volume control slider, allowing the user to adjust the volume of the music to their desired levels. Autobop is also provided. A small menu in the bottom left of the screen displays these options. More features to come.
Βασικές Πληροφορίες Επέκτασης
Όνομα | TT plugged in |
ID | edoelilfhbiliocedcghdffjnbnplcfb |
Επίσημο URL | https://chromewebstore.google.com/detail/tt-plugged-in/edoelilfhbiliocedcghdffjnbnplcfb |
Περιγραφή | TT plugged in provides autobopping, and volume control among others |
Μέγεθος Αρχείου | 32.16 KB |
Αριθμός Εγκαταστάσεων | 375 |
Τρέχουσα Έκδοση | 0.0.0.8 |
Τελευταία Ενημέρωση | 2021-04-03 |
Ημερομηνία Δημοσίευσης | 2021-03-07 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | nthitz |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TT plugged in", "version": "0.0.0.8", "description": "TT plugged in provides autobopping, and volume control among others", "homepage_url": "https:\/\/github.com\/nthitz\/pluggedTT", "manifest_version": 2, "minimum_chrome_version": "74", "icons": { "128": "\/icon.png" }, "permissions": [], "background": { "persistent": false, "scripts": [ "\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.turntable.fm\/*" ], "css": [ "\/myStyles.css" ], "js": [ "\/contentScript.js" ] } ], "web_accessible_resources": [ "\/modal.html", "\/localContextScript.js.txt" ] } |