42Yogis Yoga Video Library Fullscreen Fix

Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.

ما هو 42Yogis Yoga Video Library Fullscreen Fix؟

42Yogis Yoga Video Library Fullscreen Fix هو إضافة Chrome تم تطويرها بواسطة http://www.42yogis.com، والميزة الرئيسية لها هي "Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.".

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

screenshot

تحميل ملف CRX للإضافة 42Yogis Yoga Video Library Fullscreen Fix

قم بتنزيل ملفات الامتداد 42Yogis Yoga Video Library Fullscreen Fix بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        There are bugs in YouTube's new HTML5 video player, particularly the fullscreen button often disappears for embedded videos. This extension adds the fullscreen button back for yoga videos on 42Yogis.com only. You can now watch yoga videos fullscreen without leaving 42Yogis.com.                    

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

الاسم 42Yogis Yoga Video Library Fullscreen Fix 42Yogis Yoga Video Library Fullscreen Fix
ID ahbhhleedpbobfheopaamajbbblnflom
عنوان URL الرسمي https://chrome.google.com/webstore/detail/42yogis-yoga-video-librar/ahbhhleedpbobfheopaamajbbblnflom
الوصف Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.
حجم الملف 103 KB
عدد التثبيتات 415
النسخة الحالية 0.42
آخر تحديث 2015-02-07
تاريخ النشر 2015-02-07
تقييم 3.86/5 مجموع تقييمات 7
المطور http://www.42yogis.com
نوع الدفع free
عنوان صفحة المساعدة http://42yogis.com/faqs
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/js\/jquery-1.js",
                "\/js\/fullscreen.js"
            ],
            "matches": [
                "http:\/\/www.42yogis.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Turns on the Fullscreen Button for the YouTube videos in the 42Yogis Yoga Video Library.",
    "manifest_version": 2,
    "name": "42Yogis Yoga Video Library Fullscreen Fix",
    "permissions": [
        "tabs",
        "http:\/\/www.42yogis.com\/*"
    ],
    "version": "0.42"
}