YouTube Zoom
Zoom system for YouTube
YouTube Zoomとは何ですか?
YouTube Zoomはmasiroiizoによって開発されたChromeの拡張機能で、その主な機能は「Zoom system for YouTube」です。
拡張機能のスクリーンショット
YouTube Zoom拡張機能のCRXファイルをダウンロード
YouTube Zoom拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
YouTubeで拡大機能を使うための,機能を追加します。拡大縮小をするときは,スピンボタンか,ラベルを「ドラッグしたまま右や左に動かして」してください。 Add a function to use the magnification feature on YouTube. To zoom in and out, use the spin button or *drag(keep click) and move(left and right) the label*. 説明/explanation https://www.youtube.com/watch?v=0Th65xYvh64 v1.0.3 rstボタン追加 v1.0.2 リリース
拡張機能の基本情報
名前 | YouTube Zoom |
ID | bbafphllnkfgkcbilhekaooohoiabojh |
公式URL | https://chromewebstore.google.com/detail/youtube-zoom/bbafphllnkfgkcbilhekaooohoiabojh |
説明 | Zoom system for YouTube |
ファイルサイズ | 37.28 KB |
インストール数 | 3,824 |
現在のバージョン | 1.0.3 |
最終更新日 | 2022-06-13 |
公開日 | 2022-04-05 |
評価 | 4.40/5 合計 10 レビュー |
開発者 | masiroiizo |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Zoom", "author": "masiro", "description": "Zoom system for YouTube", "version": "1.0.3", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery-3.6.0.min.js", "content.js" ] }, { "matches": [ "https:\/\/www.youtube.jp\/*" ], "js": [ "jquery-3.6.0.min.js", "content.js" ] } ] } |