floatplane-cinema-mode

Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the…

ما هو floatplane-cinema-mode؟

floatplane-cinema-mode هو إضافة Chrome تم تطويرها بواسطة boz.black، والميزة الرئيسية لها هي "Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the…".

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

screenshot

تحميل ملف CRX للإضافة floatplane-cinema-mode

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

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

                        Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the max-width of the video player container to 1920px so that 1080p video is displayed at full resolution. Preference is stored in local storage. I may update this to also apply a semi-opaque layer to the rest of the page for a more immersive viewing experience.                    

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

الاسم floatplane-cinema-mode floatplane-cinema-mode
ID illocnfoncohhonnhlpdjafenjndaclo
عنوان URL الرسمي https://chromewebstore.google.com/detail/floatplane-cinema-mode/illocnfoncohhonnhlpdjafenjndaclo
الوصف Increase video player size on floatplane.com similar to YouTube cinema mode. All this is doing currently is increasing the…
حجم الملف 27.89 KB
عدد التثبيتات 30
النسخة الحالية 0.2
آخر تحديث 2019-10-08
تاريخ النشر 2019-10-08
تقييم 5.00/5 مجموع تقييمات 1
المطور boz.black
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/mr-black-8/floatplane-cinema-mode
عنوان صفحة المساعدة https://github.com/mr-black-8/floatplane-cinema-mode
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "floatplane-cinema-mode",
    "version": "0.2",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.floatplane.com\/*",
                "https:\/\/www.floatplane.com\/*"
            ],
            "css": [
                "fpcm-style.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ]
}