TT plugged in

TT plugged in provides autobopping, and volume control among others

Vad är TT plugged in?

TT plugged in är en Chrome-tillägg utvecklad av nthitz, och dess huvudfunktion är "TT plugged in provides autobopping, and volume control among others".

Tilläggsskärmbilder

screenshot

Ladda ner TT plugged in-förlängningens CRX-fil

Ladda ner TT plugged in-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn TT plugged in TT plugged in
ID edoelilfhbiliocedcghdffjnbnplcfb
Officiell webbadress https://chromewebstore.google.com/detail/tt-plugged-in/edoelilfhbiliocedcghdffjnbnplcfb
Beskrivning TT plugged in provides autobopping, and volume control among others
Filstorlek 32.16 KB
Antal Installationer 375
Aktuell Version 0.0.0.8
Senast Uppdaterad 2021-04-03
Publiceringsdatum 2021-03-07
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare nthitz
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}