FAskin

Modification of the default look of the online football manager www.footballarena.org.

什么是FAskin?

FAskin是由c4pp4开发的Chrome扩展程序,该扩展的主要功能是“Modification of the default look of the online football manager www.footballarena.org.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载FAskin扩展crx文件

下载FAskin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        FAskin is changing the default look of the online football manager www.footballarena.org.

To report a bug use FA Mail, my Team ID is 9495.                    

扩展基本信息

名称 FAskin FAskin
ID ackgoahjjkmdaidhemlmggdkmjigjind
官方URL https://chromewebstore.google.com/detail/faskin/ackgoahjjkmdaidhemlmggdkmjigjind
简介 Modification of the default look of the online football manager www.footballarena.org.
文件大小 52.48 KB
安装次数 20
当前版本 15.11.3
更新时间 2015-11-03
上架时间 2015-11-03
评分 5.00/5 共1次评分
开发者 c4pp4
付费类型 free
帮助页面URL http://www.footballarena.org/?goto=team-home&idteam=9495
支持的语言 de,en,nl,es,hu,pl,pt-BR,pt-PT,ro,sk,fi,cs,el,fa,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FAskin",
    "version": "15.11.3",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "minimum_chrome_version": "26",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.footballarena.org\/*"
            ],
            "css": [
                "stylesheet.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "pics\/avatar.gif",
        "pics\/letter-a.png",
        "pics\/letter-b.png",
        "pics\/manager.gif"
    ]
}