YouTube Zoom
Zoom system for YouTube
Vad är YouTube Zoom?
YouTube Zoom är en Chrome-tillägg utvecklad av masiroiizo, och dess huvudfunktion är "Zoom system for YouTube".
Tilläggsskärmbilder
Ladda ner YouTube Zoom-förlängningens CRX-fil
Ladda ner YouTube Zoom-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 リリース
Grundläggande Information om Tillägg
Namn | YouTube Zoom |
ID | bbafphllnkfgkcbilhekaooohoiabojh |
Officiell webbadress | https://chromewebstore.google.com/detail/youtube-zoom/bbafphllnkfgkcbilhekaooohoiabojh |
Beskrivning | Zoom system for YouTube |
Filstorlek | 37.28 KB |
Antal Installationer | 3,824 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2022-06-13 |
Publiceringsdatum | 2022-04-05 |
Betyg | 4.40/5 Totalt 10 Betyg |
Utvecklare | masiroiizo |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |