Contextual Search for YouTube

Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.

Wat is Contextual Search for YouTube?

Contextual Search for YouTube is een Chrome-extensie ontwikkeld door Gryff, en de belangrijkste functie is "Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Contextual Search for YouTube

Download Contextual Search for YouTube-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

                        A very simple extension that allows the user to search for a term in YouTube simply by selecting text, right clicking and selecting "Search YouTube for..." from the contextual menu. Easy to use. Nothing extra.                    

Basisinformatie over de Extensie

Naam Contextual Search for YouTube Contextual Search for YouTube
ID aaaaahnmcjcoomdncaekjkjedgagpnln
Officiële URL https://chromewebstore.google.com/detail/contextual-search-for-you/aaaaahnmcjcoomdncaekjkjedgagpnln
Beschrijving Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.
Bestandsgrootte 13 KB
Aantal Installaties 880
Huidige Versie 1.0.0.14
Laatst Bijgewerkt 2022-07-31
Publicatiedatum 2013-12-17
Beoordeling 4.77/5 Totaal 13 Beoordelingen
Ontwikkelaar Gryff
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Contextual Search for YouTube",
    "background": {
        "service_worker": "searchyoutube.js"
    },
    "description": "Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.",
    "icons": {
        "16": "SmallIcon.png",
        "48": "MediumIcon.png"
    },
    "version": "1.0.0.14",
    "permissions": [
        "contextMenus"
    ]
}