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 |
| 官方網址 | 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\/*"
]
}
]
} | |