League Skins

League of Legends Themes for Faceook.

Cos'è League Skins?

League Skins è un'estensione di Chrome sviluppata da http://kiricon.net, e la sua funzione principale è "League of Legends Themes for Faceook.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione League Skins

Scarica i file di estensione League Skins in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        League of Legend skins for facebook. 

All the champions at your finger tips.                    

Informazioni di Base sull'Estensione

Nome League Skins League Skins
ID ahkfgcheoopaikkbibkjeenefhfkgbao
URL Ufficiale https://chrome.google.com/webstore/detail/league-skins/ahkfgcheoopaikkbibkjeenefhfkgbao
Descrizione League of Legends Themes for Faceook.
Dimensione del File 13.01 MB
Conteggio Installazioni 65
Versione Corrente 1.3
Ultimo Aggiornamento 2013-06-01
Data di Pubblicazione 2013-06-01
Valutazione 3.91/5 Totale 11 Valutazioni
Sviluppatore http://kiricon.net
Tipo di Pagamento free
Sito Web dell'Estensione http://www.facebook.com/chromeLeagueSkins
Lingue Supportate 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"
}