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…
Qu'est-ce que Browser Video Tuner ?
Browser Video Tuner est une extension Chrome développée par M3D, et sa fonction principale est "Changing size and aspect ratio of the video in the browser. 1. Start the video. 2. Click on the extension icon. 3. Expand the…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Browser Video Tuner
Téléchargez les fichiers d'extension Browser Video Tuner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Browser Video Tuner |
ID | enlkmhjigjnkjhocdnakhnabohfpdbag |
URL Officiel | 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… |
Taille du Fichier | 99.13 KB |
Nombre d'Installations | 879 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2022-08-16 |
Date de Publication | 2020-10-19 |
Évaluation | 4.30/5 Total 23 Évaluations |
Développeur | M3D |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://m3d.me |
URL de la Page de Politique de Confidentialité | https://nyashi.ru/privacy-policy.html |
Langues Prises en Charge | 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'" } |