Remove Twitch Recommended Channels, Live Chat
Hide Twitch recommended channels, live chat, and related videos.
Remove Twitch Recommended Channels, Live Chatคืออะไร?
Remove Twitch Recommended Channels, Live Chat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://unhook.app และคุณลักษณะหลักของมันคือ "Hide Twitch recommended channels, live chat, and related videos."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remove Twitch Recommended Channels, Live Chat
ดาวน์โหลดไฟล์ส่วนขยาย Remove Twitch Recommended Channels, Live Chat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Watch the Twitch channels you follow without getting tempted by recommended channels. Watch videos on Twitch without the annoyance of others' chat messages, while still being able to send messages yourself. Search Twitch without "People searching for also watch" recommending content you didn't ask for. Want to also remove distractions on YouTube? Get Unhook YouTube at https://unhook.app FEATURES (all optional): Hide Front Page - hides homepage, including video carousel, recommended channel and category rows. Hide Recommended Channels - removes recommended channel lists from the left sidebar, following page, homepage, etc. Hide Watch Page Suggestions - removes video suggestions below the watch page of a past broadcast. Hide Chat - hides live chat messages. Leaves "send message" box. Hide End Suggestions - hides video grid after clicking "More Suggestions" at the end of a video. Hide Left Sidebar Hide Channel Panels - removes panels below live channel and in channel about. Hide Browse - remove browse tab in top header and hides browse page. Hide Following - removes followed channels in sidebar, following tab in top header, hides following page. Hide Notifications - hides notifications in header. Hide Prime Loot Hide Get Bits Hide Subscribe Button Hide Search Recommended - removes "People searching for also watch" in search results. Compatible Languages on Twitch: English, Portuguese (Brasil)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Remove Twitch Recommended Channels, Live Chat |
ID | kgoadafofbfjlfofcogilchhnabiffnh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/remove-twitch-recommended/kgoadafofbfjlfofcogilchhnabiffnh |
คำอธิบาย | Hide Twitch recommended channels, live chat, and related videos. |
ขนาดไฟล์ | 28.72 KB |
จำนวนการติดตั้ง | 2,480 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2023-01-02 |
วันที่เผยแพร่ | 2021-04-22 |
คะแนน | 4.50/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | https://unhook.app |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Remove Twitch Recommended Channels, Live Chat", "short_name": "Unhook YT", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-128.png", "default_popup": "popup.html", "default_title": "Unhook Twitch" }, "author": "Unhook", "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "content_scripts": [ { "css": [ "css\/content.css" ], "js": [ "js\/content.js" ], "all_frames": true, "matches": [ "*:\/\/*.twitch.tv\/*" ], "run_at": "document_start" } ], "permissions": [ "storage", "*:\/\/*.twitch.tv\/*" ], "web_accessible_resources": [ "js\/unhook-twitch.js" ], "version": "1.0.2", "description": "Hide Twitch recommended channels, live chat, and related videos.", "minimum_chrome_version": "49" } |