Disable Twitch extensions
Be able to disable / hide / block all or only certain Twitch extensions on Twitch channels
Disable Twitch extensionsคืออะไร?
Disable Twitch extensions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://twitch-tools.rootonline.de และคุณลักษณะหลักของมันคือ "Be able to disable / hide / block all or only certain Twitch extensions on Twitch channels"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Disable Twitch extensions
ดาวน์โหลดไฟล์ส่วนขยาย Disable Twitch extensions ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to either disable / hide / block all Twitch channel extensions or just selected ones. There is also an option to only allow selected extensions to display.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Disable Twitch extensions |
ID | nmogopjdbhhnbkiklkdahphkdpbjfine |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/disable-twitch-extensions/nmogopjdbhhnbkiklkdahphkdpbjfine |
คำอธิบาย | Be able to disable / hide / block all or only certain Twitch extensions on Twitch channels |
ขนาดไฟล์ | 95.86 KB |
จำนวนการติดตั้ง | 3,748 |
เวอร์ชันปัจจุบัน | 0.6.0 |
อัปเดตครั้งล่าสุด | 2023-06-30 |
วันที่เผยแพร่ | 2021-08-03 |
คะแนน | 4.33/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | https://twitch-tools.rootonline.de |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable Twitch extensions", "version": "0.6.0", "manifest_version": 3, "description": "Be able to disable \/ hide \/ block all or only certain Twitch extensions on Twitch channels", "homepage_url": "https:\/\/twitch-tools.rootonline.de\/", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "declarativeNetRequestWithHostAccess", "storage" ], "host_permissions": [ "https:\/\/*.ext-twitch.tv\/*", "https:\/\/player.twitch.tv\/*", "https:\/\/www.twitch.tv\/*" ], "background": { "service_worker": "src\/background.js" }, "content_security_policy": { "extension_pages": "default-src 'self'; connect-src 'self' https:\/\/twitch-tools.rootonline.de" }, "options_ui": { "page": "src\/options.html" }, "action": { "browser_style": false, "default_popup": "src\/options.html", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } } |