Search on YouTube

Search for anything on YouTube by selecting the text and right clicking.

Hvad er Search on YouTube?

Search on YouTube er en Chrome-udvidelse udviklet af Ryan-ED, og dens hovedfunktion er "Search for anything on YouTube by selecting the text and right clicking.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Search on YouTube-udvidelses-CRX-fil

Download Search on YouTube-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        A simple extension for the Google Chrome browser that allows you to search on YouTube by right clicking highlighted text and using the context menu. Similar to how the built in "Search Google for..." context menu item works.

1) Select some text
2) Right click the mouse to open context menu
3) Select "Search YouTube for [your text]" option

Icons and logos done by @liamcaindesigns on Instagram.                    

Grundlæggende oplysninger om udvidelsen

Navn Search on YouTube Search on YouTube
ID ebgngjpjlbehmgehnpeckhdhmnoecngd
Officiel URL https://chromewebstore.google.com/detail/search-on-youtube/ebgngjpjlbehmgehnpeckhdhmnoecngd
Beskrivelse Search for anything on YouTube by selecting the text and right clicking.
Filstørrelse 21.49 KB
Antal Installationer 657
Nuværende Version 1.1
Senest Opdateret 2021-07-01
Udgivelsesdato 2021-06-30
Bedømmelse 5.00/5 Samlet 8 Bedømmelser
Udvikler Ryan-ED
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/Ryan-ED/search-on-youtube-chrome-ext
Understøttede Sprog en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search on YouTube",
    "description": "Search for anything on YouTube by selecting the text and right clicking.",
    "version": "1.1",
    "icons": {
        "16": "\/icons\/16x16.png",
        "32": "\/icons\/32x32.png",
        "48": "\/icons\/48x48.png",
        "128": "\/icons\/128x128.png",
        "150": "\/icons\/150x150.png"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "service-worker.js"
    },
    "permissions": [
        "contextMenus"
    ]
}