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 |
官方網址 | 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" ] } |