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.                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
            ]
        }
    ]
}  |  |