Youtube filter(hide watched)
Adds a filter to remove watched videos
Youtube filter(hide watched)คืออะไร?
Youtube filter(hide watched) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tpogih และคุณลักษณะหลักของมันคือ "Adds a filter to remove watched videos"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube filter(hide watched)
ดาวน์โหลดไฟล์ส่วนขยาย Youtube filter(hide watched) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Removes watched videos from the list. You can easily find new videos on your favorite channel.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bdaeelkaallcpnhkdcenggcakegmejim |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/youtube%C2%A0filterhide-watche/bdaeelkaallcpnhkdcenggcakegmejim |
คำอธิบาย | Adds a filter to remove watched videos |
ขนาดไฟล์ | 880 KB |
จำนวนการติดตั้ง | 74 |
เวอร์ชันปัจจุบัน | 1.0.16 |
อัปเดตครั้งล่าสุด | 2022-09-07 |
วันที่เผยแพร่ | 2021-02-05 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | tpogih |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | de,en,es,pt-PT,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.0.16", "default_locale": "en", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "action": { "default_title": "__MSG_extensionName__", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "js\/jquery-3.5.1.min.js", "js\/content.js" ], "css": [ "css\/append.css" ] } ] } |