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.”。
扩展截图
下载Autoplay Youtube Thumbnail Previews Thingy扩展crx文件
下载Autoplay Youtube Thumbnail Previews Thingy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| 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\/*"
]
}
]
} | |