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.

Vad är Contextual Search for YouTube?

Contextual Search for YouTube är en Chrome-tillägg utvecklad av Gryff, och dess huvudfunktion är "Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Contextual Search for YouTube-förlängningens CRX-fil

Ladda ner Contextual Search for YouTube-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Contextual Search for YouTube Contextual Search for YouTube
ID aaaaahnmcjcoomdncaekjkjedgagpnln
Officiell webbadress https://chromewebstore.google.com/detail/contextual-search-for-you/aaaaahnmcjcoomdncaekjkjedgagpnln
Beskrivning Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.
Filstorlek 13 KB
Antal Installationer 880
Aktuell Version 1.0.0.14
Senast Uppdaterad 2022-07-31
Publiceringsdatum 2013-12-17
Betyg 4.77/5 Totalt 13 Betyg
Utvecklare Gryff
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}