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…

Co to jest Browser Video Tuner?

Browser Video Tuner to rozszerzenie Chrome opracowane przez M3D, a jego główną funkcją jest „Changing size and aspect ratio of the video in the browser. 1. Start the video. 2. Click on the extension icon. 3. Expand the…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Browser Video Tuner

Pobierz pliki rozszerzeń Browser Video Tuner w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Browser Video Tuner Browser Video Tuner
ID enlkmhjigjnkjhocdnakhnabohfpdbag
Oficjalny URL https://chromewebstore.google.com/detail/browser-video-tuner/enlkmhjigjnkjhocdnakhnabohfpdbag
Opis Changing size and aspect ratio of the video in the browser. 1. Start the video. 2. Click on the extension icon. 3. Expand the…
Rozmiar pliku 99.13 KB
Liczba instalacji 879
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2022-08-16
Data Publikacji 2020-10-19
Ocena 4.30/5 Łącznie 23 Oceny
Deweloper M3D
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://m3d.me
Adres URL Strony Polityki Prywatności https://nyashi.ru/privacy-policy.html
Obsługiwane Języki 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'"
}