League Skins

League of Legends Themes for Faceook.

What is League Skins?

League Skins is a Chrome extension developed by http://kiricon.net, and its main feature is "League of Legends Themes for Faceook.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download League Skins Extension CRX File

Download League Skins extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        League of Legend skins for facebook. 

All the champions at your finger tips.                    

Extension Basic Information

Name League Skins League Skins
ID ahkfgcheoopaikkbibkjeenefhfkgbao
Official URL https://chrome.google.com/webstore/detail/league-skins/ahkfgcheoopaikkbibkjeenefhfkgbao
Description League of Legends Themes for Faceook.
File Size 13.01 MB
Installation Count 65
Current Version 1.3
Last Updated 2013-06-01
Publish Date 2013-06-01
Rating 3.91/5 Total 11 Ratings
Developer http://kiricon.net
Payment Type free
Extension Website http://www.facebook.com/chromeLeagueSkins
Supported Languages 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"
}