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 هو إضافة Chrome تم تطويرها بواسطة M3D، والميزة الرئيسية لها هي "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

تحميل ملف CRX للإضافة Browser Video Tuner

قم بتنزيل ملفات الامتداد Browser Video Tuner بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://m3d.me
عنوان صفحة سياسة الخصوصية 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'"
}