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…

Was ist Browser Video Tuner?

Browser Video Tuner ist eine Chrome-Erweiterung, die von M3D entwickelt wurde, und ihr Hauptmerkmal ist "Changing size and aspect ratio of the video in the browser. 1. Start the video. 2. Click on the extension icon. 3. Expand the…".

Erweiterungsscreenshots

screenshot
screenshot

Browser Video Tuner-Erweiterungs-CRX-Datei herunterladen

Laden Sie Browser Video Tuner-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Browser Video Tuner Browser Video Tuner
ID enlkmhjigjnkjhocdnakhnabohfpdbag
Offizielle URL https://chromewebstore.google.com/detail/browser-video-tuner/enlkmhjigjnkjhocdnakhnabohfpdbag
Beschreibung Changing size and aspect ratio of the video in the browser. 1. Start the video. 2. Click on the extension icon. 3. Expand the…
Dateigröße 99.13 KB
Installationsanzahl 879
Aktuelle Version 1.5
Letztes Update 2022-08-16
Veröffentlichungsdatum 2020-10-19
Bewertung 4.30/5 Insgesamt 23 Bewertungen
Entwickler M3D
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://m3d.me
URL der Datenschutzrichtlinien-Seite https://nyashi.ru/privacy-policy.html
Unterstützte Sprachen 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'"
}