TT plugged in

TT plugged in provides autobopping, and volume control among others

What is TT plugged in?

TT plugged in is a Chrome extension developed by nthitz, and its main feature is "TT plugged in provides autobopping, and volume control among others".

Extension Screenshots

screenshot

Download TT plugged in Extension CRX File

Download TT plugged in extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name TT plugged in TT plugged in
ID edoelilfhbiliocedcghdffjnbnplcfb
Official URL https://chromewebstore.google.com/detail/tt-plugged-in/edoelilfhbiliocedcghdffjnbnplcfb
Description TT plugged in provides autobopping, and volume control among others
File Size 32.16 KB
Installation Count 375
Current Version 0.0.0.8
Last Updated 2021-04-03
Publish Date 2021-03-07
Rating 5.00/5 Total 3 Ratings
Developer nthitz
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}