YouTube: Filter Subscriptions
Only see the videos you want in your subscription feed
YouTube: Filter Subscriptionsคืออะไร?
YouTube: Filter Subscriptions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Only see the videos you want in your subscription feed"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube: Filter Subscriptions
ดาวน์โหลดไฟล์ส่วนขยาย YouTube: Filter Subscriptions ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Filter your subscriptions feed by specifying a channel and part of a title to match. Choose to *only* display these matched videos or to hide them.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YouTube: Filter Subscriptions |
ID | abiapkipdmjcakccdnbmohggiohkjmhk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-filter-subscripti/abiapkipdmjcakccdnbmohggiohkjmhk |
คำอธิบาย | Only see the videos you want in your subscription feed |
ขนาดไฟล์ | 6.32 KB |
จำนวนการติดตั้ง | 84 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2016-04-29 |
วันที่เผยแพร่ | 2016-04-29 |
คะแนน | 1.57/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube: Filter Subscriptions", "description": "Only see the videos you want in your subscription feed", "version": "0.0.1", "permissions": [ "storage" ], "browser_action": { "default_title": "YouTube: Filter Subscriptions", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/feed\/subscriptions" ], "js": [ "inject.js" ] } ] } |