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
电子邮箱 [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"
            ]
        }
    ]
}