Youtube Video Search

Redirects the default google videos tab to search youtube, instead of the default google videos search.

Apa itu Youtube Video Search?

Youtube Video Search adalah ekstensi Chrome yang dikembangkan oleh jabbersofficial, dan fitur utamanya adalah "Redirects the default google videos tab to search youtube, instead of the default google videos search.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Youtube Video Search

Unduh file ekstensi Youtube Video Search 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

                        When browsing google, it is sometimes more convenient to have the "videos" tab to redirect straight to youtube. This extension aims to solve this by redirecting the videos tab straight to youtube.                    

Informasi Dasar Ekstensi

Nama Youtube Video Search Youtube Video Search
ID igmgnochpgmbjdoacllndnokjkmbfkji
URL Resmi https://chromewebstore.google.com/detail/youtube-video-search/igmgnochpgmbjdoacllndnokjkmbfkji
Deskripsi Redirects the default google videos tab to search youtube, instead of the default google videos search.
Ukuran File 46.97 KB
Jumlah Instalasi 25
Versi Saat Ini 1.2
Terakhir Diperbarui 2021-04-23
Tanggal Publikasi 2020-12-24
Pengembang jabbersofficial
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Video Search",
    "version": "1.2",
    "description": "Redirects the default google videos tab to search youtube, instead of the default google videos search.",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/search*"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "youtubevideosearch.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    }
}