Browser Video Tuner
Changing size and aspect ratio of the video in the browser. 1. Start the video. 2. Click on the extension icon. 3. Expand the…
什么是Browser Video Tuner?
Browser Video Tuner是由M3D开发的Chrome扩展程序,该扩展的主要功能是“Changing size and aspect ratio of the video in the browser. 1. Start the video. 2. Click on the extension icon. 3. Expand the…”。
扩展截图
下载Browser Video Tuner扩展crx文件
下载Browser Video Tuner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Changing size and aspect ratio of the video in the browser. 1. Start the video. 2. Click on the extension icon. 3. Expand the video to full screen. 4. Control the video size and aspect using the OSD menu.
扩展基本信息
名称 | Browser Video Tuner |
ID | enlkmhjigjnkjhocdnakhnabohfpdbag |
官方URL | https://chromewebstore.google.com/detail/browser-video-tuner/enlkmhjigjnkjhocdnakhnabohfpdbag |
简介 | Changing size and aspect ratio of the video in the browser. 1. Start the video. 2. Click on the extension icon. 3. Expand the… |
文件大小 | 99.13 KB |
安装次数 | 879 |
当前版本 | 1.5 |
更新时间 | 2022-08-16 |
上架时间 | 2020-10-19 |
评分 | 4.30/5 共23次评分 |
开发者 | M3D |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://m3d.me |
隐私政策页面URL | https://nyashi.ru/privacy-policy.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Browser Video Tuner", "description": "", "version": "1.5", "icons": { "128": "i\/icon128.png", "48": "i\/icon48.png", "16": "i\/icon16.png" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "activeTab" ], "browser_action": { "default_icon": { "19": "i\/icon19.png", "38": "i\/icon38.png" }, "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ] }, "options_page": "index.html", "content_security_policy": "script-src 'self'; object-src 'self'" } |