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 |
| Eメール | [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\/*"
]
}
]
} | |