Find on YouTube (Context Menu)

This extension adds a context menu option for selected text in order to find video related to the text

Wat is Find on YouTube (Context Menu)?

Find on YouTube (Context Menu) is een Chrome-extensie ontwikkeld door Romkaq, en de belangrijkste functie is "This extension adds a context menu option for selected text in order to find video related to the text".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Find on YouTube (Context Menu)

Download Find on YouTube (Context Menu)-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

                        This simple extension adds context menu for selected text to search in youtube.com.                    

Basisinformatie over de Extensie

Naam Find on YouTube (Context Menu) Find on YouTube (Context Menu)
ID agpgbopfbmfklefdodadbcengmimldpb
Officiële URL https://chromewebstore.google.com/detail/find-on-youtube-context-m/agpgbopfbmfklefdodadbcengmimldpb
Beschrijving This extension adds a context menu option for selected text in order to find video related to the text
Bestandsgrootte 7.01 KB
Aantal Installaties 518
Huidige Versie 2.2
Laatst Bijgewerkt 2022-06-18
Publicatiedatum 2021-07-03
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Romkaq
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://rq-dev.github.io/chrome-extensions-privacy-policy
Ondersteunde Talen en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "2.2",
    "default_locale": "en",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "script.js"
    },
    "icons": {
        "128": "icon128.png"
    }
}