Autoplay Youtube Thumbnail Previews Thingy

Animate all the Youtube preview thumbnails at the same time.

Apa itu Autoplay Youtube Thumbnail Previews Thingy?

Autoplay Youtube Thumbnail Previews Thingy adalah ekstensi Chrome yang dikembangkan oleh https://turtletasks.com, dan fitur utamanya adalah "Animate all the Youtube preview thumbnails at the same time.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Autoplay Youtube Thumbnail Previews Thingy

Unduh file ekstensi Autoplay Youtube Thumbnail Previews Thingy 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

                        Instead of hovering your mouse over a single thumbnail to play a thumbnail preview, have all the video thumbnails on the page play at the same time, without any mouse hovering.

Currently works for
- Search results
- Youtube channel
- Related videos on the video page

Instructions:
- Load the extension
- Turn it on
- Reload the Youtube page

Other notes
- Open the extension to turn it on or off.
- Doesn't work on the homepage
- Nothing is logged or tracked so we don't know if it stops working . Message me and I'll get it fixed.

Privacy 
https://turtletasks.com/privacy                    

Informasi Dasar Ekstensi

Nama Autoplay Youtube Thumbnail Previews Thingy Autoplay Youtube Thumbnail Previews Thingy
ID pacogcppnljmjlacejlmlideckgogcgb
URL Resmi https://chromewebstore.google.com/detail/autoplay-youtube-thumbnai/pacogcppnljmjlacejlmlideckgogcgb
Deskripsi Animate all the Youtube preview thumbnails at the same time.
Ukuran File 87.88 KB
Jumlah Instalasi 56
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2022-02-12
Tanggal Publikasi 2022-02-09
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://turtletasks.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://turtletasks.com/
URL Halaman Bantuan https://turtletasks.com/#contact
URL Halaman Kebijakan Privasi https://turtletasks.com/privacy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Autoplay Youtube Thumbnail Previews Thingy",
    "description": "Animate all the Youtube preview thumbnails at the same time.",
    "version": "1.0.0",
    "icons": {
        "16": "assets\/logo\/logo-16.png",
        "48": "assets\/logo\/logo-48.png",
        "128": "assets\/logo\/logo-128.png"
    },
    "action": {
        "default_title": "Autoplay Youtube Thumbnail Previews Thingy",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/js\/jquery.js",
                "assets\/js\/listing.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}