YouTube Zoom

Zoom system for YouTube

Wat is YouTube Zoom?

YouTube Zoom is een Chrome-extensie ontwikkeld door masiroiizo, en de belangrijkste functie is "Zoom system for YouTube".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie YouTube Zoom

Download YouTube Zoom-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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 リリース                    

Basisinformatie over de Extensie

Naam YouTube Zoom YouTube Zoom
ID bbafphllnkfgkcbilhekaooohoiabojh
Officiële URL https://chromewebstore.google.com/detail/youtube-zoom/bbafphllnkfgkcbilhekaooohoiabojh
Beschrijving Zoom system for YouTube
Bestandsgrootte 37.28 KB
Aantal Installaties 3,824
Huidige Versie 1.0.3
Laatst Bijgewerkt 2022-06-13
Publicatiedatum 2022-04-05
Beoordeling 4.40/5 Totaal 10 Beoordelingen
Ontwikkelaar masiroiizo
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}