YouTube Zoom
Zoom system for YouTube
What is YouTube Zoom?
YouTube Zoom is a Chrome extension developed by masiroiizo, and its main feature is "Zoom system for YouTube".
Extension Screenshots
Download YouTube Zoom Extension CRX File
Download YouTube Zoom extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 リリース
Extension Basic Information
Name | YouTube Zoom |
ID | bbafphllnkfgkcbilhekaooohoiabojh |
Official URL | https://chromewebstore.google.com/detail/youtube-zoom/bbafphllnkfgkcbilhekaooohoiabojh |
Description | Zoom system for YouTube |
File Size | 37.28 KB |
Installation Count | 3,824 |
Current Version | 1.0.3 |
Last Updated | 2022-06-13 |
Publish Date | 2022-04-05 |
Rating | 4.40/5 Total 10 Ratings |
Developer | masiroiizo |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |