twitch stop autolay
Stopps the autoplay on the twitch frontpage
twitch stop autolayคืออะไร?
twitch stop autolay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ApeWithCompiler และคุณลักษณะหลักของมันคือ "Stopps the autoplay on the twitch frontpage"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย twitch stop autolay
ดาวน์โหลดไฟล์ส่วนขยาย twitch stop autolay ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Annoyed getting screamed from the player on the twitch frontpage? This plugin mutes and stops the player.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ellafikcjlakbpanbejcpcgacedleoeo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitch-stop-autolay/ellafikcjlakbpanbejcpcgacedleoeo |
คำอธิบาย | Stopps the autoplay on the twitch frontpage |
ขนาดไฟล์ | 23.75 KB |
จำนวนการติดตั้ง | 53 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-06-27 |
วันที่เผยแพร่ | 2022-06-27 |
คะแนน | 3.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | ApeWithCompiler |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://gitlab.com/ApeWithCompiler/twitch-stop-autoplay |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "twitch stop autolay", "description": "Stopps the autoplay on the twitch frontpage", "version": "1.0", "manifest_version": 3, "permissions": [ "scripting", "activeTab" ], "host_permissions": [ "https:\/\/www.twitch.tv\/\/", "https:\/\/www.twitch.tv\/" ], "background": { "service_worker": "service.js" }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } |