YouTube Extra 1

Move,Rotate,Zoom Video

Wat is YouTube Extra 1?

YouTube Extra 1 is een Chrome-extensie ontwikkeld door anovsiradj, en de belangrijkste functie is "Move,Rotate,Zoom Video".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YouTube Extra 1

Download YouTube Extra 1-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

                        This extension add custom controls on player to allow Move,Rotate,Zoom Video.                    

Basisinformatie over de Extensie

Naam YouTube Extra 1 YouTube Extra 1
ID fbjmohjgkmpnngocnabbacbhlclfikib
Officiële URL https://chrome.google.com/webstore/detail/youtube-extra-1/fbjmohjgkmpnngocnabbacbhlclfikib
Beschrijving Move,Rotate,Zoom Video
Bestandsgrootte 24.33 KB
Aantal Installaties 38
Huidige Versie 0.0.1
Laatst Bijgewerkt 2020-12-11
Publicatiedatum 2020-12-11
Ontwikkelaar anovsiradj
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/anovsiradj/ytextra1/
Help Pagina-URL https://github.com/anovsiradj/ytextra1/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Extra 1",
    "description": "Move,Rotate,Zoom Video",
    "icons": {
        "32": "icons\/favicon_32.png",
        "48": "icons\/favicon_48.png",
        "96": "icons\/favicon_96.png",
        "144": "icons\/favicon_144.png"
    },
    "version": "0.0.1",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2
}