哔哩哔哩观看小助手

哔哩哔哩 B站 观看小助手,自动调整视频窗口大小以匹配原视频的分辨率,为追求完美的用户设计

What is 哔哩哔哩观看小助手?

哔哩哔哩观看小助手 is a Chrome extension developed by iDiGiPower, and its main feature is "哔哩哔哩 B站 观看小助手,自动调整视频窗口大小以匹配原视频的分辨率,为追求完美的用户设计".

Extension Screenshots

screenshot
screenshot
screenshot

Download 哔哩哔哩观看小助手 Extension CRX File

Download 哔哩哔哩观看小助手 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

                        哔哩哔哩 B站 bilibili 观看小助手,自动调整视频窗口大小以匹配原视频的分辨率,为追求完美的用户设计。

如果你用1080p显示器观看720p的视频,或者用2k显示器观看1080p的视频,由于视频窗口大小总是固定,或者无法具体设置大小,这样视频经过缩放就会失真。该助手可将视频窗口大小设置为同视频一样的大小尺寸,以得到原汁原味的观感。

·自适应系统缩放设置
·自动读取直播间视频尺寸
·不满足调整条件时不做任何更改
·可随时开启关闭

1.5.9
适应b站改版

1.5.6
修改了调整时机机制

1.5.3
添加强制使用最大尺寸的选项

1.5.2
更新了视频信息展示

1.5.1
修复小的问题                    

Extension Basic Information

Name 哔哩哔哩观看小助手 哔哩哔哩观看小助手
ID kdglbjocmgicafakfhhfodninpfemoee
Official URL https://chrome.google.com/webstore/detail/%E5%93%94%E5%93%A9%E5%93%94%E5%93%A9%E8%A7%82%E7%9C%8B%E5%B0%8F%E5%8A%A9%E6%89%8B/kdglbjocmgicafakfhhfodninpfemoee
Description 哔哩哔哩 B站 观看小助手,自动调整视频窗口大小以匹配原视频的分辨率,为追求完美的用户设计
File Size 181 KB
Installation Count 176
Current Version 1.5.9
Last Updated 2019-11-21
Publish Date 2019-11-21
Rating 5.00/5 Total 2 Ratings
Developer iDiGiPower
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u54d4\u54e9\u54d4\u54e9\u89c2\u770b\u5c0f\u52a9\u624b",
    "description": "\u54d4\u54e9\u54d4\u54e9 B\u7ad9 \u89c2\u770b\u5c0f\u52a9\u624b,\u81ea\u52a8\u8c03\u6574\u89c6\u9891\u7a97\u53e3\u5927\u5c0f\u4ee5\u5339\u914d\u539f\u89c6\u9891\u7684\u5206\u8fa8\u7387,\u4e3a\u8ffd\u6c42\u5b8c\u7f8e\u7684\u7528\u6237\u8bbe\u8ba1",
    "version": "1.5.9",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "jquery-3.4.1.min.js",
            "flv.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/bili16.png",
            "32": "images\/bili32.png",
            "48": "images\/bili48.png",
            "128": "images\/bili128.png"
        }
    },
    "icons": {
        "16": "images\/bili16.png",
        "32": "images\/bili32.png",
        "48": "images\/bili48.png",
        "128": "images\/bili128.png"
    },
    "options_page": "options.html",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/live.bilibili.com\/*",
                "http:\/\/live.bilibili.com\/*"
            ],
            "css": [],
            "js": [
                "jquery-3.4.1.min.js",
                "flv.min.js",
                "background.js",
                "biliContentScript.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "commands": []
}