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文件

下载Outside YouTube Player Bar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
        }
    ]
}