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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}