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…
Cos'è Browser Video Tuner?
Browser Video Tuner è un'estensione di Chrome sviluppata da M3D, e la sua funzione principale è "Changing size and aspect ratio of the video in the browser. 1. Start the video. 2. Click on the extension icon. 3. Expand the…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Browser Video Tuner
Scarica i file di estensione Browser Video Tuner in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Browser Video Tuner |
ID | enlkmhjigjnkjhocdnakhnabohfpdbag |
URL Ufficiale | https://chromewebstore.google.com/detail/browser-video-tuner/enlkmhjigjnkjhocdnakhnabohfpdbag |
Descrizione | Changing size and aspect ratio of the video in the browser. 1. Start the video. 2. Click on the extension icon. 3. Expand the… |
Dimensione del File | 99.13 KB |
Conteggio Installazioni | 879 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2022-08-16 |
Data di Pubblicazione | 2020-10-19 |
Valutazione | 4.30/5 Totale 23 Valutazioni |
Sviluppatore | M3D |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://m3d.me |
URL della Pagina della Politica sulla Privacy | https://nyashi.ru/privacy-policy.html |
Lingue Supportate | 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'" } |