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…

Hvad er Browser Video Tuner?

Browser Video Tuner er en Chrome-udvidelse udviklet af M3D, og dens hovedfunktion er "Changing size and aspect ratio of the video in the browser. 1. Start the video. 2. Click on the extension icon. 3. Expand the…".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Browser Video Tuner-udvidelses-CRX-fil

Download Browser Video Tuner-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Browser Video Tuner Browser Video Tuner
ID enlkmhjigjnkjhocdnakhnabohfpdbag
Officiel URL https://chromewebstore.google.com/detail/browser-video-tuner/enlkmhjigjnkjhocdnakhnabohfpdbag
Beskrivelse Changing size and aspect ratio of the video in the browser. 1. Start the video. 2. Click on the extension icon. 3. Expand the…
Filstørrelse 99.13 KB
Antal Installationer 879
Nuværende Version 1.5
Senest Opdateret 2022-08-16
Udgivelsesdato 2020-10-19
Bedømmelse 4.30/5 Samlet 23 Bedømmelser
Udvikler M3D
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://m3d.me
URL til Fortrolighedspolitik Side https://nyashi.ru/privacy-policy.html
Understøttede Sprog 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'"
}