AdvancedSearch for YouTube
Adds more filters to the Search.
What is AdvancedSearch for YouTube?
AdvancedSearch for YouTube is a Chrome extension developed by t_nb, and its main feature is "Adds more filters to the Search.".
Extension Screenshots
Download AdvancedSearch for YouTube Extension CRX File
Download AdvancedSearch for YouTube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | AdvancedSearch for YouTube |
ID | khbccecgpppakomjmdningcbjicdjpak |
Official URL | https://chromewebstore.google.com/detail/advancedsearch-for-youtub/khbccecgpppakomjmdningcbjicdjpak |
Description | Adds more filters to the Search. |
File Size | 34.46 KB |
Installation Count | 4,110 |
Current Version | 1.4.1 |
Last Updated | 2022-10-05 |
Publish Date | 2022-05-12 |
Rating | 3.18/5 Total 39 Ratings |
Developer | t_nb |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |