Autoplay Youtube Thumbnail Previews Thingy

Animate all the Youtube preview thumbnails at the same time.

Co to jest Autoplay Youtube Thumbnail Previews Thingy?

Autoplay Youtube Thumbnail Previews Thingy to rozszerzenie Chrome opracowane przez https://turtletasks.com, a jego główną funkcją jest „Animate all the Youtube preview thumbnails at the same time.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Autoplay Youtube Thumbnail Previews Thingy

Pobierz pliki rozszerzeń Autoplay Youtube Thumbnail Previews Thingy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Autoplay Youtube Thumbnail Previews Thingy Autoplay Youtube Thumbnail Previews Thingy
ID pacogcppnljmjlacejlmlideckgogcgb
Oficjalny URL https://chromewebstore.google.com/detail/autoplay-youtube-thumbnai/pacogcppnljmjlacejlmlideckgogcgb
Opis Animate all the Youtube preview thumbnails at the same time.
Rozmiar pliku 87.88 KB
Liczba instalacji 56
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2022-02-12
Data Publikacji 2022-02-09
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://turtletasks.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://turtletasks.com/
Adres URL Strony Pomocy https://turtletasks.com/#contact
Adres URL Strony Polityki Prywatności https://turtletasks.com/privacy
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}