YouTube Squarer

Makes YouTube less round. Slight adjustments to UI.

什么是YouTube Squarer?

YouTube Squarer是由Brandon Flynn开发的Chrome扩展程序,该扩展的主要功能是“Makes YouTube less round. Slight adjustments to UI.”。

扩展截图

screenshot

下载YouTube Squarer扩展crx文件

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

扩展使用说明

                        Makes YouTube less round by setting the "border-radius" to 0 on many elements.                    

扩展基本信息

名称 YouTube Squarer YouTube Squarer
ID nbagifdoojjnhlhamdgaejmikcfffldm
官方URL https://chromewebstore.google.com/detail/youtube-squarer/nbagifdoojjnhlhamdgaejmikcfffldm
简介 Makes YouTube less round. Slight adjustments to UI.
文件大小 1009 KB
安装次数 135
当前版本 0.2
更新时间 2022-11-03
上架时间 2022-10-28
评分 4.00/5 共2次评分
开发者 Brandon Flynn
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Squarer",
    "action": [],
    "manifest_version": 3,
    "version": "0.2",
    "description": "Makes YouTube less round. Slight adjustments to UI.",
    "permissions": [],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_end"
        }
    ]
}