YouTube Subscriptions Filter
Filter your subscriptions in YouTube sidebar.
YouTube Subscriptions Filterคืออะไร?
YouTube Subscriptions Filter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย boykodev และคุณลักษณะหลักของมันคือ "Filter your subscriptions in YouTube sidebar."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Subscriptions Filter
ดาวน์โหลดไฟล์ส่วนขยาย YouTube Subscriptions Filter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension adds a filter input in YouTube™ sidebar.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mljeimfhlmkmdjdkipflelpmkkcccoga |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/youtube-subscriptions-fil/mljeimfhlmkmdjdkipflelpmkkcccoga |
คำอธิบาย | Filter your subscriptions in YouTube sidebar. |
ขนาดไฟล์ | 38.81 KB |
จำนวนการติดตั้ง | 68 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-06-08 |
วันที่เผยแพร่ | 2017-06-08 |
คะแนน | 2.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | boykodev |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Subscriptions Filter", "short_name": "YT Subs Filter", "version": "1.0", "description": "Filter your subscriptions in YouTube sidebar.", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "page_action": { "default_icon": "icon16.png", "default_popup": "popup.html", "default_title": "Subscriptions filter for YouTube" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "js\/jquery.min.js", "js\/content.js" ], "css": [ "css\/style.css" ] } ], "permissions": [ "https:\/\/www.youtube.com\/*" ] } |