YouTube Zoom
Zoom system for YouTube
Cos'è YouTube Zoom?
YouTube Zoom è un'estensione di Chrome sviluppata da masiroiizo, e la sua funzione principale è "Zoom system for YouTube".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Zoom
Scarica i file di estensione YouTube Zoom in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 リリース
Informazioni di Base sull'Estensione
Nome | YouTube Zoom |
ID | bbafphllnkfgkcbilhekaooohoiabojh |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-zoom/bbafphllnkfgkcbilhekaooohoiabojh |
Descrizione | Zoom system for YouTube |
Dimensione del File | 37.28 KB |
Conteggio Installazioni | 3,824 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2022-06-13 |
Data di Pubblicazione | 2022-04-05 |
Valutazione | 4.40/5 Totale 10 Valutazioni |
Sviluppatore | masiroiizo |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |