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.

Apa itu Contextual Search for YouTube?

Contextual Search for YouTube adalah ekstensi Chrome yang dikembangkan oleh Gryff, dan fitur utamanya adalah "Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Contextual Search for YouTube

Unduh file ekstensi Contextual Search for YouTube dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Contextual Search for YouTube Contextual Search for YouTube
ID aaaaahnmcjcoomdncaekjkjedgagpnln
URL Resmi https://chromewebstore.google.com/detail/contextual-search-for-you/aaaaahnmcjcoomdncaekjkjedgagpnln
Deskripsi Allows the user search YouTube for a term by highlighting text and selecting 'Search YouTube for...' from the right click menu.
Ukuran File 13 KB
Jumlah Instalasi 880
Versi Saat Ini 1.0.0.14
Terakhir Diperbarui 2022-07-31
Tanggal Publikasi 2013-12-17
Penilaian 4.77/5 Total 13 Penilaian
Pengembang Gryff
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}