Fullscreen Youtube on Twitter

Enables fullscreen mode for youtube videos embedded in the twitter feed

ما هو Fullscreen Youtube on Twitter؟

Fullscreen Youtube on Twitter هو إضافة Chrome تم تطويرها بواسطة http://pause-geek.fr، والميزة الرئيسية لها هي "Enables fullscreen mode for youtube videos embedded in the twitter feed".

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

screenshot

تحميل ملف CRX للإضافة Fullscreen Youtube on Twitter

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

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

                        If you want to make sure this extension is not malicious you can check the (very short) source code at https://github.com/BaliBalo/twitterYoutubeFullscreen and use it directly from there.                    

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

الاسم Fullscreen Youtube on Twitter Fullscreen Youtube on Twitter
ID fkjbbblglhfokmilicmlbgoijjlikdep
عنوان URL الرسمي https://chrome.google.com/webstore/detail/fullscreen-youtube-on-twi/fkjbbblglhfokmilicmlbgoijjlikdep
الوصف Enables fullscreen mode for youtube videos embedded in the twitter feed
حجم الملف 4.22 KB
عدد التثبيتات 32
النسخة الحالية 1.6
آخر تحديث 2016-08-13
تاريخ النشر 2016-08-13
المطور http://pause-geek.fr
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fullscreen Youtube on Twitter",
    "version": "1.6",
    "description": "Enables fullscreen mode for youtube videos embedded in the twitter feed",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/i\/cards\/*"
            ],
            "js": [
                "script.js"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2
}