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…
Wat is Browser Video Tuner?
Browser Video Tuner is een Chrome-extensie ontwikkeld door M3D, en de belangrijkste functie 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…".
Extensie Screenshots
Download het CRX-bestand van de extensie Browser Video Tuner
Download Browser Video Tuner-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Browser Video Tuner |
ID | enlkmhjigjnkjhocdnakhnabohfpdbag |
Officiële URL | https://chromewebstore.google.com/detail/browser-video-tuner/enlkmhjigjnkjhocdnakhnabohfpdbag |
Beschrijving | Changing size and aspect ratio of the video in the browser. 1. Start the video. 2. Click on the extension icon. 3. Expand the… |
Bestandsgrootte | 99.13 KB |
Aantal Installaties | 879 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2022-08-16 |
Publicatiedatum | 2020-10-19 |
Beoordeling | 4.30/5 Totaal 23 Beoordelingen |
Ontwikkelaar | M3D |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://m3d.me |
URL van de Privacybeleid Pagina | https://nyashi.ru/privacy-policy.html |
Ondersteunde Talen | 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'" } |