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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}