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…
What is Browser Video Tuner?
Browser Video Tuner is a Chrome extension developed by M3D, and its main feature is "Changing size and aspect ratio of the video in the browser. 1. Start the video. 2. Click on the extension icon. 3. Expand the…".
Extension Screenshots
Download Browser Video Tuner Extension CRX File
Download Browser Video Tuner 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
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.
Extension Basic Information
Name | Browser Video Tuner |
ID | enlkmhjigjnkjhocdnakhnabohfpdbag |
Official URL | https://chromewebstore.google.com/detail/browser-video-tuner/enlkmhjigjnkjhocdnakhnabohfpdbag |
Description | Changing size and aspect ratio of the video in the browser. 1. Start the video. 2. Click on the extension icon. 3. Expand the… |
File Size | 99.13 KB |
Installation Count | 879 |
Current Version | 1.5 |
Last Updated | 2022-08-16 |
Publish Date | 2020-10-19 |
Rating | 4.30/5 Total 23 Ratings |
Developer | M3D |
[email protected] | |
Payment Type | free |
Extension Website | https://m3d.me |
Privacy Policy Page URL | https://nyashi.ru/privacy-policy.html |
Supported Languages | 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'" } |