YouTube Thumbnail Viewer

YouTube Thumbnail Viewer

Apa itu YouTube Thumbnail Viewer?

YouTube Thumbnail Viewer adalah ekstensi Chrome yang dikembangkan oleh MIHO Soft Design, dan fitur utamanya adalah "YouTube Thumbnail Viewer".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi YouTube Thumbnail Viewer

Unduh file ekstensi YouTube Thumbnail Viewer 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

                        Displays the thumbnail image link of the currently playing YouTube video to the left of the title. If you click the added thumbnail image, the high resolution image of the thumbnail image will be displayed in a new window.

Video thumbnails are never shown when played, so this extension allows you to see them while the video is playing.

Enjoy YouTube!

=====
Additional features:
You can now remove the links to other videos displayed at the end of the video by right-clicking on the thumbnail image. You can switch the display by right-clicking again.                    

Informasi Dasar Ekstensi

Nama YouTube Thumbnail Viewer YouTube Thumbnail Viewer
ID pohemndjeekpoipjbfjdgaclakdigcpn
URL Resmi https://chromewebstore.google.com/detail/youtube-thumbnail-viewer/pohemndjeekpoipjbfjdgaclakdigcpn
Deskripsi YouTube Thumbnail Viewer
Ukuran File 23.68 KB
Jumlah Instalasi 62
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2023-04-02
Tanggal Publikasi 2022-08-14
Penilaian 5.00/5 Total 3 Penilaian
Pengembang MIHO Soft Design
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Thumbnail Viewer",
    "version": "1.1.0",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 3,
    "description": "YouTube Thumbnail Viewer",
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}