YouTube color adjust
Adjust youtube videos
什么是YouTube color adjust?
YouTube color adjust是由ramzan.dev0开发的Chrome扩展程序,该扩展的主要功能是“Adjust youtube videos”。
扩展截图
下载YouTube color adjust扩展crx文件
下载YouTube color adjust扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An easy to adjust youtube videos. This extensions allows users to change youtube videos properties such as color, brightness, contrast and so on as per users comfort. 扩展基本信息
| 名称 | |
| ID | dlhaiikpkghhgmfedkbiepccgnccdnbh |
| 官方URL | https://chromewebstore.google.com/detail/youtube-color-adjust/dlhaiikpkghhgmfedkbiepccgnccdnbh |
| 简介 | Adjust youtube videos |
| 文件大小 | 17.97 KB |
| 安装次数 | 208 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2022-01-13 |
| 上架时间 | 2022-01-13 |
| 评分 | 4.67/5 共3次评分 |
| 开发者 | ramzan.dev0 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouTube color adjust",
"description": "Adjust youtube videos",
"version": "1.0.0",
"manifest_version": 3,
"author": "r. alee",
"background": {
"service_worker": ".\/background.js"
},
"action": {
"default_icon": {
"16": ".\/images\/16.png",
"32": ".\/images\/32.png",
"48": ".\/images\/48.png",
"128": ".\/images\/128.png"
},
"default_popup": ".\/popup.html"
},
"icons": {
"16": ".\/images\/16.png",
"32": ".\/images\/32.png",
"48": ".\/images\/48.png",
"128": ".\/images\/128.png"
},
"permissions": [
"activeTab",
"tabs",
"scripting",
"storage"
],
"host_permissions": [
"https:\/\/www.youtube.com\/*"
]
} | |