Twitch Miniplayer
Mute the ads and set volume on twitch miniplayer
Twitch Miniplayerคืออะไร?
Twitch Miniplayer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย salvagr และคุณลักษณะหลักของมันคือ "Mute the ads and set volume on twitch miniplayer"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Miniplayer
ดาวน์โหลดไฟล์ส่วนขยาย Twitch Miniplayer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you tired of missing the best of your streamer because of ads? With this extension we help you stay immersed in the stream even when these annoying ads appear.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lafajgbndkiglljfhabiamkffdcfjkfg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitch-miniplayer/lafajgbndkiglljfhabiamkffdcfjkfg |
คำอธิบาย | Mute the ads and set volume on twitch miniplayer |
ขนาดไฟล์ | 58.86 KB |
จำนวนการติดตั้ง | 463 |
เวอร์ชันปัจจุบัน | 1.2.2 |
อัปเดตครั้งล่าสุด | 2022-10-21 |
วันที่เผยแพร่ | 2022-10-20 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | salvagr |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Miniplayer", "version": "1.2.2", "manifest_version": 3, "description": "Mute the ads and set volume on twitch miniplayer", "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*", "https:\/\/twitch.tv\/*" ], "exclude_matches": [ "https:\/\/clips.twitch.tv\/*" ], "js": [ "jquery-3.3.1.min.js", "content.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": "images\/icon.png", "default_title": "Twitch Miniplayer" }, "permissions": [ "storage" ], "icons": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" } } |