AdvancedSearch for YouTube
Adds more filters to the Search.
AdvancedSearch for YouTubeคืออะไร?
AdvancedSearch for YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย t_nb และคุณลักษณะหลักของมันคือ "Adds more filters to the Search."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AdvancedSearch for YouTube
ดาวน์โหลดไฟล์ส่วนขยาย AdvancedSearch for YouTube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
AdvancedSearch adds a few more options to the "Filters" menu when searching on YouTube. For example, you can filter videos by exact length, by their upload date, by how many views they have. And more. As of now, AdvancedSearch adds 20 new filters. Take a look at screenshots to see them all and an example use case. Source code: https://github.com/ftde0/yt-advancedSearch
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AdvancedSearch for YouTube |
ID | khbccecgpppakomjmdningcbjicdjpak |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/advancedsearch-for-youtub/khbccecgpppakomjmdningcbjicdjpak |
คำอธิบาย | Adds more filters to the Search. |
ขนาดไฟล์ | 34.46 KB |
จำนวนการติดตั้ง | 4,110 |
เวอร์ชันปัจจุบัน | 1.4.1 |
อัปเดตครั้งล่าสุด | 2022-10-05 |
วันที่เผยแพร่ | 2022-05-12 |
คะแนน | 3.18/5 รวมทั้งหมด 39 คะแนน |
ผู้พัฒนา | t_nb |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AdvancedSearch for YouTube", "version": "1.4.1", "description": "Adds more filters to the Search.", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ ".\/video_tools\/sapisidhash.js", ".\/video_tools\/current_cfg_data.js", ".\/video_tools\/video_request.js", ".\/experimental_filters\/main.js", ".\/experimental_filters\/matching_keywords.js", ".\/experimental_filters\/upload_date.js", ".\/experimental_filters\/age_restricted.js", ".\/experimental_filters\/view_count.js", ".\/experimental_filters\/subscriber_count.js", ".\/experimental_filters\/subscriber_sort.js", ".\/utilities.js", ".\/workaround_css_add.js", ".\/filters.js" ], "css": [ ".\/as_style.css" ], "run_at": "document_end" } ], "permissions": [ "storage" ], "icons": { "128": ".\/icon.png" } } |