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
官方網址 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"
}