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是由jonasrothmannhjalager開發的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擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}