Autoplay Youtube Thumbnail Previews Thingy

Animate all the Youtube preview thumbnails at the same time.

Autoplay Youtube Thumbnail Previews Thingy란 무엇입니까?

Autoplay Youtube Thumbnail Previews Thingy은(는) https://turtletasks.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Animate all the Youtube preview thumbnails at the same time."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Autoplay Youtube Thumbnail Previews Thingy 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Autoplay Youtube Thumbnail Previews Thingy Autoplay Youtube Thumbnail Previews Thingy
ID pacogcppnljmjlacejlmlideckgogcgb
공식 URL https://chromewebstore.google.com/detail/autoplay-youtube-thumbnai/pacogcppnljmjlacejlmlideckgogcgb
설명 Animate all the Youtube preview thumbnails at the same time.
파일 크기 87.88 KB
설치 횟수 56
현재 버전 1.0.0
최근 업데이트 2022-02-12
출시 날짜 2022-02-09
평점 5.00/5 총 2 개의 평점
개발자 https://turtletasks.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://turtletasks.com/
도움말 페이지 URL https://turtletasks.com/#contact
개인정보 보호 정책 페이지 URL https://turtletasks.com/privacy
지원되는 언어 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\/*"
            ]
        }
    ]
}