Search on YouTube

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

Wat is Search on YouTube?

Search on YouTube is een Chrome-extensie ontwikkeld door Ryan-ED, en de belangrijkste functie is "Search for anything on YouTube by selecting the text and right clicking.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Search on YouTube

Download Search on 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 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.                    

Basisinformatie over de Extensie

Naam Search on YouTube Search on YouTube
ID ebgngjpjlbehmgehnpeckhdhmnoecngd
Officiële URL https://chromewebstore.google.com/detail/search-on-youtube/ebgngjpjlbehmgehnpeckhdhmnoecngd
Beschrijving Search for anything on YouTube by selecting the text and right clicking.
Bestandsgrootte 21.49 KB
Aantal Installaties 657
Huidige Versie 1.1
Laatst Bijgewerkt 2021-07-01
Publicatiedatum 2021-06-30
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar Ryan-ED
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Ryan-ED/search-on-youtube-chrome-ext
Ondersteunde Talen 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"
    ]
}