Maximize Your Video

Maximizes YouTube videos inside your browser, just like on YouTube.com/leanback - I loved how when using YouTube.com/leanback the…

ما هو Maximize Your Video؟

Maximize Your Video هو إضافة Chrome تم تطويرها بواسطة http://html5devs.blogspot.com، والميزة الرئيسية لها هي "Maximizes YouTube videos inside your browser, just like on YouTube.com/leanback - I loved how when using YouTube.com/leanback the…".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Maximize Your Video

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

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

                        Maximizes YouTube videos inside your browser, just like on YouTube.com/leanback - I loved how when using YouTube.com/leanback the videos would play full screen but still leave the browser address bar visible. This allowed me to easily work on my second monitor without the video closing like when you normally maximize.                    

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

الاسم Maximize Your Video Maximize Your Video
ID nnoolcmohdeiebjkjepmpjgmdpidcnpd
عنوان URL الرسمي https://chrome.google.com/webstore/detail/maximize-your-video/nnoolcmohdeiebjkjepmpjgmdpidcnpd
الوصف Maximizes YouTube videos inside your browser, just like on YouTube.com/leanback - I loved how when using YouTube.com/leanback the…
حجم الملف 91.1 KB
عدد التثبيتات 212
النسخة الحالية 2.0.0.4
آخر تحديث 2013-08-01
تاريخ النشر 2013-08-01
تقييم 4.19/5 مجموع تقييمات 21
المطور http://html5devs.blogspot.com
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Maximize Your Video",
    "permissions": [
        "tabs",
        "http:\/\/www.youtube.com\/*"
    ],
    "version": "2.0.0.4",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "page_action": {
        "default_icon": "icon1.png",
        "name": "Click to maximize in the tab"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "http:\/\/jquery.com\/*"
            ],
            "js": [
                "jquery-1.7.2.min.js",
                "content.js",
                "start.js",
                "off.js"
            ]
        }
    ]
}