YouTube Extra 1

Move,Rotate,Zoom Video

YouTube Extra 1란 무엇입니까?

YouTube Extra 1은(는) anovsiradj에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Move,Rotate,Zoom Video"입니다.

확장 프로그램 스크린샷

screenshot

YouTube Extra 1 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 YouTube Extra 1 YouTube Extra 1
ID fbjmohjgkmpnngocnabbacbhlclfikib
공식 URL https://chrome.google.com/webstore/detail/youtube-extra-1/fbjmohjgkmpnngocnabbacbhlclfikib
설명 Move,Rotate,Zoom Video
파일 크기 24.33 KB
설치 횟수 38
현재 버전 0.0.1
최근 업데이트 2020-12-11
출시 날짜 2020-12-11
개발자 anovsiradj
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/anovsiradj/ytextra1/
도움말 페이지 URL https://github.com/anovsiradj/ytextra1/issues
지원되는 언어 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
}