Find on YouTube (Context Menu)

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

Vad är Find on YouTube (Context Menu)?

Find on YouTube (Context Menu) är en Chrome-tillägg utvecklad av Romkaq, och dess huvudfunktion är "This extension adds a context menu option for selected text in order to find video related to the text".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Find on YouTube (Context Menu)-förlängningens CRX-fil

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

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

Grundläggande Information om Tillägg

Namn Find on YouTube (Context Menu) Find on YouTube (Context Menu)
ID agpgbopfbmfklefdodadbcengmimldpb
Officiell webbadress https://chromewebstore.google.com/detail/find-on-youtube-context-m/agpgbopfbmfklefdodadbcengmimldpb
Beskrivning This extension adds a context menu option for selected text in order to find video related to the text
Filstorlek 7.01 KB
Antal Installationer 518
Aktuell Version 2.2
Senast Uppdaterad 2022-06-18
Publiceringsdatum 2021-07-03
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare Romkaq
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://rq-dev.github.io/chrome-extensions-privacy-policy
Stödda Språk 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"
    }
}