YouTube Search Tornado
Search videos from playlists by video title, description, and channel name. Filter search result by duration or/and publish date.
Cos'è YouTube Search Tornado?
YouTube Search Tornado è un'estensione di Chrome sviluppata da Vitalii Ohol, e la sua funzione principale è "Search videos from playlists by video title, description, and channel name. Filter search result by duration or/and publish date.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Search Tornado
Scarica i file di estensione YouTube Search Tornado 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
Handy little extension to search and/or filter videos from playlist.
To search click the extension icon when you on a playlist or a video inside a playlist, then you can search for whatever you want and choose video duration or date range when it was published using filter option.
* Extension can search for video title, video description and channel title
* Extension use fuzzy search, so even with some mistakes it can find needed video
* Extension DO NOT count video duplicates or video that was deleted
**extension doesn't work with your private playlists including Watch Later playlist...(work in progress)**
TODO:
- add support for private playlists
- add support for Watch Later playlist
- add global search for all playlists at the channel Informazioni di Base sull'Estensione
| Nome | |
| ID | jejkonkchimboodhadpfpggdhdjkobng |
| URL Ufficiale | https://chromewebstore.google.com/detail/youtube-search-tornado/jejkonkchimboodhadpfpggdhdjkobng |
| Descrizione | Search videos from playlists by video title, description, and channel name. Filter search result by duration or/and publish date. |
| Dimensione del File | 58.04 KB |
| Conteggio Installazioni | 79 |
| Versione Corrente | 0.1.1 |
| Ultimo Aggiornamento | 2020-03-20 |
| Data di Pubblicazione | 2020-03-20 |
| Valutazione | 4.00/5 Totale 2 Valutazioni |
| Sviluppatore | Vitalii Ohol |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouTube Search Tornado",
"version": "0.1.1",
"description": "Search videos from playlists by video title, description, and channel name. Filter search result by duration or\/and publish date.",
"icons": {
"32": "images\/icon32.png",
"48": "images\/icon.png",
"128": "images\/icon128.png"
},
"browser_action": {
"default_popup": "popup.min.html"
},
"background": {
"scripts": [
"js\/background.min.js"
],
"persistent": false
},
"permissions": [
"tabs"
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiv7BoMOeiKBOPDULLTLUeTIhHBSywWApgS8ABqatqE0ORcLPnX7BOEozI4S0kj\/0zZxozR\/Mg43IX409KEpNVLyzcEj\/57miLXX6bGhDXshRM9XMDcuAKbc3W+trdhOso1mKhieFyBDXIJOml2DolwDkQt0NlMEgyoG93\/yLShAyG+3Qv6t8XgXF3eY8VQBLNMvEJjLsVCr1bpJIJ0f2ZLRjGGb24t82ATajo42\/7TP+whqYy8lZ71GUI7IhcLdWqknRHtTtA4LvaluL5wefjcE8+lOsKUVHlDSDXDxJw5+SNyNEvV+KL0906IA0DtNSe4d66HzcyS\/qA1cC\/2LijQIDAQAB",
"manifest_version": 2
} | |