YouTube Quick Search
Search on YouTube No need to tediously open a new tab or window to search a highlighted word/text on YouTube. Just use this…
Cos'è YouTube Quick Search?
YouTube Quick Search è un'estensione di Chrome sviluppata da afkdev8, e la sua funzione principale è "Search on YouTube No need to tediously open a new tab or window to search a highlighted word/text on YouTube. Just use this…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Quick Search
Scarica i file di estensione YouTube Quick Search 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
Search on YouTube
No need to tediously open a new tab or window to search a highlighted word/text on YouTube.
Just use this extension!
1) Mark any text in your browser
2) Right-click on it
3) Press "Search on YouTube"
Contact: [email protected] Informazioni di Base sull'Estensione
| Nome | |
| ID | algmmcbdjmplgjmligafamelebkahfhh |
| URL Ufficiale | https://chromewebstore.google.com/detail/youtube-quick-search/algmmcbdjmplgjmligafamelebkahfhh |
| Descrizione | Search on YouTube No need to tediously open a new tab or window to search a highlighted word/text on YouTube. Just use this… |
| Dimensione del File | 11.68 KB |
| Conteggio Installazioni | 60 |
| Versione Corrente | 2.0 |
| Ultimo Aggiornamento | 2023-12-06 |
| Data di Pubblicazione | 2020-03-16 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | afkdev8 |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://afkdev8.vercel.app/ |
| URL della Pagina di Aiuto | https://github.com/mrinfinidy/YouTubeSearch |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "YouTube Quick Search",
"version": "2.0",
"permissions": [
"contextMenus"
],
"background": {
"service_worker": "service-worker.js"
},
"action": {
"default_icon": "icon.png"
},
"icons": {
"16": "icon16.png",
"128": "icon128.png"
}
} | |