youtate

Rotate YouTuBe Video window

youtate란 무엇입니까?

youtate은(는) Sir0xb에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Rotate YouTuBe Video window"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

youtate 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The video can be rotated 90°. The button area is still below. The height of the rotated video is automatically adjusted according to the height of the window. The right-click menu can also be operated.                    

확장 프로그램 기본 정보

이름 youtate youtate
ID gnlldphmfolonkaaajghadnkdhajofoi
공식 URL https://chromewebstore.google.com/detail/youtate/gnlldphmfolonkaaajghadnkdhajofoi
설명 Rotate YouTuBe Video window
파일 크기 33.32 KB
설치 횟수 243
현재 버전 1.0.0
최근 업데이트 2018-12-19
출시 날짜 2018-12-19
평점 4.67/5 총 6 개의 평점
개발자 Sir0xb
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "youtate",
    "version": "1.0.0",
    "description": "Rotate YouTuBe Video window",
    "icons": {
        "16": "img\/Actions-transform-rotate-icon.png",
        "48": "img\/Actions-transform-rotate-icon.png",
        "128": "img\/Actions-transform-rotate-icon.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "img\/Actions-transform-rotate-icon.png",
        "default_title": "Rotate YouTuBe Video window"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/watch*"
            ],
            "js": [
                "js\/payload.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "contextMenus",
        "activeTab",
        "declarativeContent"
    ],
    "homepage_url": "https:\/\/boliball.com",
    "omnibox": {
        "keyword": "ro"
    },
    "devtools_page": "devtools.html"
}