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…

Browser Video Tunerとは何ですか?

Browser Video TunerはM3Dによって開発されたChromeの拡張機能で、その主な機能は「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
screenshot

Browser Video Tuner拡張機能のCRXファイルをダウンロード

Browser Video Tuner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Browser Video Tuner Browser Video Tuner
ID enlkmhjigjnkjhocdnakhnabohfpdbag
公式URL https://chromewebstore.google.com/detail/browser-video-tuner/enlkmhjigjnkjhocdnakhnabohfpdbag
説明 Changing size and aspect ratio of the video in the browser. 1. Start the video. 2. Click on the extension icon. 3. Expand the…
ファイルサイズ 99.13 KB
インストール数 879
現在のバージョン 1.5
最終更新日 2022-08-16
公開日 2020-10-19
評価 4.30/5 合計 23 レビュー
開発者 M3D
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://m3d.me
プライバシーポリシーページのURL https://nyashi.ru/privacy-policy.html
対応言語 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'"
}