Abios Auto-fit

A good way to enjoy the Abios Player maximized without going into cinema mode - since you can't disable sidebar in cinema mode.

ما هو Abios Auto-fit؟

Abios Auto-fit هو إضافة Chrome تم تطويرها بواسطة jonasrothmannhjalager، والميزة الرئيسية لها هي "A good way to enjoy the Abios Player maximized without going into cinema mode - since you can't disable sidebar in cinema mode.".

تحميل ملف CRX للإضافة Abios Auto-fit

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

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

                        A good way to enjoy the Abios Player maximized without going into cinema mode - since you can't disable sidebar in cinema mode.                    

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

الاسم Abios Auto-fit Abios Auto-fit
ID kmfnpkocegjjhmlepmngpkpcbeolafkd
عنوان URL الرسمي https://chromewebstore.google.com/detail/abios-auto-fit/kmfnpkocegjjhmlepmngpkpcbeolafkd
الوصف A good way to enjoy the Abios Player maximized without going into cinema mode - since you can't disable sidebar in cinema mode.
حجم الملف 10.72 KB
عدد التثبيتات 12
النسخة الحالية 1
آخر تحديث 2016-04-05
تاريخ النشر 2016-04-05
المطور jonasrothmannhjalager
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Abios Auto-fit",
    "short_name": "Abios Auto-Fit",
    "description": "A good way to enjoy the Abios Player maximized without going into cinema mode - since you can't disable sidebar in cinema mode.",
    "version": "1",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/abiosgaming.com\/live-streams\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}