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…
Wat is YouTube Quick Search?
YouTube Quick Search is een Chrome-extensie ontwikkeld door afkdev8, en de belangrijkste functie is "Search on YouTube No need to tediously open a new tab or window to search a highlighted word/text on YouTube. Just use this…".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Quick Search
Download YouTube Quick Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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] Basisinformatie over de Extensie
| Naam | |
| ID | algmmcbdjmplgjmligafamelebkahfhh |
| Officiële URL | https://chromewebstore.google.com/detail/youtube-quick-search/algmmcbdjmplgjmligafamelebkahfhh |
| Beschrijving | Search on YouTube No need to tediously open a new tab or window to search a highlighted word/text on YouTube. Just use this… |
| Bestandsgrootte | 11.68 KB |
| Aantal Installaties | 60 |
| Huidige Versie | 2.0 |
| Laatst Bijgewerkt | 2023-12-06 |
| Publicatiedatum | 2020-03-16 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | afkdev8 |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://afkdev8.vercel.app/ |
| Help Pagina-URL | https://github.com/mrinfinidy/YouTubeSearch |
| Ondersteunde Talen | 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"
}
} | |