TT plugged in
TT plugged in provides autobopping, and volume control among others
TT plugged inคืออะไร?
TT plugged in เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nthitz และคุณลักษณะหลักของมันคือ "TT plugged in provides autobopping, and volume control among others"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TT plugged in
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |