YouTube Extra 1

Move,Rotate,Zoom Video

What is YouTube Extra 1?

YouTube Extra 1 is a Chrome extension developed by anovsiradj, and its main feature is "Move,Rotate,Zoom Video".

Extension Screenshots

screenshot

Download YouTube Extra 1 Extension CRX File

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

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

Extension Basic Information

Name YouTube Extra 1 YouTube Extra 1
ID fbjmohjgkmpnngocnabbacbhlclfikib
Official URL https://chrome.google.com/webstore/detail/youtube-extra-1/fbjmohjgkmpnngocnabbacbhlclfikib
Description Move,Rotate,Zoom Video
File Size 24.33 KB
Installation Count 38
Current Version 0.0.1
Last Updated 2020-12-11
Publish Date 2020-12-11
Developer anovsiradj
Email [email protected]
Payment Type free
Extension Website https://github.com/anovsiradj/ytextra1/
Help Page URL https://github.com/anovsiradj/ytextra1/issues
Supported Languages 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
}