YouTube Video Expander

Embeds the current YouTube video within the entire Chrome window.

ما هو YouTube Video Expander؟

YouTube Video Expander هو إضافة Chrome تم تطويرها بواسطة wilmol، والميزة الرئيسية لها هي "Embeds the current YouTube video within the entire Chrome window.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة YouTube Video Expander

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

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

                        Fills the browser with the current YouTube video on click of the extension icon. 

This is different to the full-screen option which fills the entire monitor. 

This will benefit you if you don't use multiple monitors and enjoy having your chrome browser next to other applications such as other websites, office applications, games etc.

See the before and after screenshots for an example.                    

معلومات أساسية عن التمديد

الاسم YouTube Video Expander YouTube Video Expander
ID mmpkmmpdkbngpahhmgljkjcpfjnodlnc
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-video-expander/mmpkmmpdkbngpahhmgljkjcpfjnodlnc
الوصف Embeds the current YouTube video within the entire Chrome window.
حجم الملف 5.06 KB
عدد التثبيتات 396
النسخة الحالية 0.0.0.4
آخر تحديث 2017-04-20
تاريخ النشر 2017-04-19
تقييم 3.25/5 مجموع تقييمات 4
المطور wilmol
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://github.com/wilmol
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Video Expander",
    "version": "0.0.0.4",
    "manifest_version": 2,
    "description": "Embeds the current YouTube video within the entire Chrome window.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs"
    ]
}