Autoplay Youtube Thumbnail Previews Thingy

Animate all the Youtube preview thumbnails at the same time.

What is Autoplay Youtube Thumbnail Previews Thingy?

Autoplay Youtube Thumbnail Previews Thingy is a Chrome extension developed by https://turtletasks.com, and its main feature is "Animate all the Youtube preview thumbnails at the same time.".

Extension Screenshots

screenshot
screenshot

Download Autoplay Youtube Thumbnail Previews Thingy Extension CRX File

Download Autoplay Youtube Thumbnail Previews Thingy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Autoplay Youtube Thumbnail Previews Thingy Autoplay Youtube Thumbnail Previews Thingy
ID pacogcppnljmjlacejlmlideckgogcgb
Official URL https://chromewebstore.google.com/detail/autoplay-youtube-thumbnai/pacogcppnljmjlacejlmlideckgogcgb
Description Animate all the Youtube preview thumbnails at the same time.
File Size 87.88 KB
Installation Count 56
Current Version 1.0.0
Last Updated 2022-02-12
Publish Date 2022-02-09
Rating 5.00/5 Total 2 Ratings
Developer https://turtletasks.com
Email [email protected]
Payment Type free
Extension Website https://turtletasks.com/
Help Page URL https://turtletasks.com/#contact
Privacy Policy Page URL https://turtletasks.com/privacy
Supported Languages 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\/*"
            ]
        }
    ]
}