TT plugged in
TT plugged in provides autobopping, and volume control among others
什么是TT plugged in?
TT plugged in是由nthitz开发的Chrome扩展程序,该扩展的主要功能是“TT plugged in provides autobopping, and volume control among others”。
扩展截图
下载TT plugged in扩展crx文件
下载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" ] } |