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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}