AdvancedSearch for YouTube
Adds more filters to the Search.
Cos'è AdvancedSearch for YouTube?
AdvancedSearch for YouTube è un'estensione di Chrome sviluppata da t_nb, e la sua funzione principale è "Adds more filters to the Search.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AdvancedSearch for YouTube
Scarica i file di estensione AdvancedSearch for YouTube in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | AdvancedSearch for YouTube |
ID | khbccecgpppakomjmdningcbjicdjpak |
URL Ufficiale | https://chromewebstore.google.com/detail/advancedsearch-for-youtub/khbccecgpppakomjmdningcbjicdjpak |
Descrizione | Adds more filters to the Search. |
Dimensione del File | 34.46 KB |
Conteggio Installazioni | 4,110 |
Versione Corrente | 1.4.1 |
Ultimo Aggiornamento | 2022-10-05 |
Data di Pubblicazione | 2022-05-12 |
Valutazione | 3.18/5 Totale 39 Valutazioni |
Sviluppatore | t_nb |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |