League Skins

League of Legends Themes for Faceook.

什么是League Skins?

League Skins是由http://kiricon.net开发的Chrome扩展程序,该扩展的主要功能是“League of Legends Themes for Faceook.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载League Skins扩展crx文件

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

扩展使用说明

                        League of Legend skins for facebook. 

All the champions at your finger tips.                    

扩展基本信息

名称 League Skins League Skins
ID ahkfgcheoopaikkbibkjeenefhfkgbao
官方URL https://chrome.google.com/webstore/detail/league-skins/ahkfgcheoopaikkbibkjeenefhfkgbao
简介 League of Legends Themes for Faceook.
文件大小 13.01 MB
安装次数 65
当前版本 1.3
更新时间 2013-06-01
上架时间 2013-06-01
评分 3.91/5 共11次评分
开发者 http://kiricon.net
付费类型 free
扩展官网 http://www.facebook.com/chromeLeagueSkins
支持的语言 en
manifest.json
{
    "browser_action": {
        "default_icon": "images\/icons\/icon16.png",
        "default_popup": "popup\/popup.html",
        "default_title": "League Skins"
    },
    "web_accessible_resources": [
        "images\/*",
        "facebook.js",
        "\/\/connect.facebook.net\/en_US\/all.js#xfbml=1"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "League of Legends Themes for Faceook.",
    "name": "League Skins",
    "permissions": [
        "http:\/\/*.facebook.com\/*",
        "https:\/\/*.facebook.com\/*"
    ],
    "icons": {
        "48": "images\/icons\/icon48.png",
        "128": "images\/icons\/icon128.png",
        "16": "images\/icons\/icon16.png"
    },
    "homepage_url": "http:\/\/www.facebook.com\/chromeLeagueSkins",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*",
                "http:\/\/*.facebook.com\/*"
            ],
            "js": [
                "array.js",
                "script.js"
            ],
            "run_at": "document_end",
            "css": [
                "button.css"
            ]
        }
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/connect.facebook.net\/en_US\/all.js#xfbml=1; object-src 'self'",
    "version": "1.3"
}