Youtube Caption Search
Search for text in youtube videos
Cos'è Youtube Caption Search?
Youtube Caption Search è un'estensione di Chrome sviluppata da recurse, e la sua funzione principale è "Search for text in youtube videos".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Youtube Caption Search
Scarica i file di estensione Youtube Caption 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
Skip to video location where search text is mentioned.
Note: Only works on videos with closed captions available. Informazioni di Base sull'Estensione
| Nome | |
| ID | oeefnfbkkmehemndfbkpipoeefbongbc |
| URL Ufficiale | https://chrome.google.com/webstore/detail/youtube-caption-search/oeefnfbkkmehemndfbkpipoeefbongbc |
| Descrizione | Search for text in youtube videos |
| Dimensione del File | 10.13 KB |
| Conteggio Installazioni | 47 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2018-07-29 |
| Data di Pubblicazione | 2018-07-29 |
| Sviluppatore | recurse |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Youtube Caption Search",
"version": "1.0",
"description": "Search for text in youtube videos",
"icons": {
"16": "16.png",
"128": "128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"*:\/\/*.youtube.com\/*",
"storage",
"declarativeContent",
"activeTab"
],
"page_action": {
"default_popup": "popup.html"
},
"manifest_version": 2
} | |