Outside YouTube Player Bar

Display YouTube's player bar outside the video.

Outside YouTube Player Bar란 무엇입니까?

Outside YouTube Player Bar은(는) 1natsu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display YouTube's player bar outside the video."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Outside YouTube Player Bar 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Have you been impatient with the video with overlapping player bar?
Adding this extension makes it possible to move the player bar outside the video.

・Works on video page
・Added player bar toggle button
・Blends in with YouTube's user interface
・Live streaming page support
・Default view & Theater mode both support
・Full screen mode support (now, can scroll the screen)
・Support dark theme user interface
・High performance & saving memory design
・Actively maintained
・Open source code

See https://git.io/vNFtI for release notes.                    

확장 프로그램 기본 정보

이름 Outside YouTube Player Bar Outside YouTube Player Bar
ID gmlbhbdkhnfhhmhdjopdbcfliajcafde
공식 URL https://chromewebstore.google.com/detail/outside-youtube-player-ba/gmlbhbdkhnfhhmhdjopdbcfliajcafde
설명 Display YouTube's player bar outside the video.
파일 크기 64.48 KB
설치 횟수 10,636
현재 버전 3.0.6
최근 업데이트 2023-10-23
출시 날짜 2019-05-02
평점 4.22/5 총 65 개의 평점
개발자 1natsu
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/1natsu172/Outside-YouTube-Player-Bar
도움말 페이지 URL https://github.com/1natsu172/Outside-YouTube-Player-Bar/issues
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "3.0.6",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "src\/images\/icon-16.png",
        "32": "src\/images\/icon-32.png",
        "48": "src\/images\/icon-48.png",
        "128": "src\/images\/icon-128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "src\/images\/icon-16.png",
            "32": "src\/images\/icon-32.png",
            "48": "src\/images\/icon-48.png",
            "128": "src\/images\/icon-128.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "src\/pages\/popup\/index.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.main.ts.951da20f.8a474fd4.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "css": [
                "assets\/main.ts.fa1ea16d.css"
            ]
        }
    ],
    "content_security_policy": [],
    "permissions": [
        "declarativeContent",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "assets\/main.ts.951da20f.js"
            ],
            "use_dynamic_url": true
        }
    ]
}