Amino Fullscreen Chat

The chat in Amino Web is tiny, this makes it fullscreen

Amino Fullscreen Chatとは何ですか?

Amino Fullscreen ChatはIan Martorellによって開発されたChromeの拡張機能で、その主な機能は「The chat in Amino Web is tiny, this makes it fullscreen」です。

拡張機能のスクリーンショット

screenshot

Amino Fullscreen Chat拡張機能のCRXファイルをダウンロード

Amino Fullscreen Chat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Make Amino great again.                    

拡張機能の基本情報

名前 Amino Fullscreen Chat Amino Fullscreen Chat
ID aebphbclhfdhdmfolbokhchficidedad
公式URL https://chromewebstore.google.com/detail/amino-fullscreen-chat/aebphbclhfdhdmfolbokhchficidedad
説明 The chat in Amino Web is tiny, this makes it fullscreen
ファイルサイズ 3.26 KB
インストール数 403
現在のバージョン 1.0.1
最終更新日 2018-07-24
公開日 2018-07-24
評価 4.11/5 合計 19 レビュー
開発者 Ian Martorell
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amino Fullscreen Chat",
    "version": "1.0.1",
    "author": "Ian Martorell",
    "manifest_version": 2,
    "description": "The chat in Amino Web is tiny, this makes it fullscreen",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/aminoapps.com\/c\/*",
                "https:\/\/aminoapps.com\/c\/*"
            ],
            "css": [
                "src\/styles.css"
            ]
        }
    ]
}