TT plugged in
TT plugged in provides autobopping, and volume control among others
Hvad er TT plugged in?
TT plugged in er en Chrome-udvidelse udviklet af nthitz, og dens hovedfunktion er "TT plugged in provides autobopping, and volume control among others".
Udvidelsesskærmbilleder
Download TT plugged in-udvidelses-CRX-fil
Download TT plugged in-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | edoelilfhbiliocedcghdffjnbnplcfb |
| Officiel URL | https://chromewebstore.google.com/detail/tt-plugged-in/edoelilfhbiliocedcghdffjnbnplcfb |
| Beskrivelse | TT plugged in provides autobopping, and volume control among others |
| Filstørrelse | 32.16 KB |
| Antal Installationer | 375 |
| Nuværende Version | 0.0.0.8 |
| Senest Opdateret | 2021-04-03 |
| Udgivelsesdato | 2021-03-07 |
| Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
| Udvikler | nthitz |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |