TT plugged in
TT plugged in provides autobopping, and volume control among others
Wat is TT plugged in?
TT plugged in is een Chrome-extensie ontwikkeld door nthitz, en de belangrijkste functie is "TT plugged in provides autobopping, and volume control among others".
Extensie Screenshots
Download het CRX-bestand van de extensie TT plugged in
Download TT plugged in-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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.                     Basisinformatie over de Extensie
| Naam |  | 
| ID | edoelilfhbiliocedcghdffjnbnplcfb | 
| Officiële URL | https://chromewebstore.google.com/detail/tt-plugged-in/edoelilfhbiliocedcghdffjnbnplcfb | 
| Beschrijving | TT plugged in provides autobopping, and volume control among others | 
| Bestandsgrootte | 32.16 KB | 
| Aantal Installaties | 375 | 
| Huidige Versie | 0.0.0.8 | 
| Laatst Bijgewerkt | 2021-04-03 | 
| Publicatiedatum | 2021-03-07 | 
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen | 
| Ontwikkelaar | nthitz | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
    ]
} | |