League Skins

League of Legends Themes for Faceook.

Apa itu League Skins?

League Skins adalah ekstensi Chrome yang dikembangkan oleh http://kiricon.net, dan fitur utamanya adalah "League of Legends Themes for Faceook.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi League Skins

Unduh file ekstensi League Skins dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        League of Legend skins for facebook. 

All the champions at your finger tips.                    

Informasi Dasar Ekstensi

Nama League Skins League Skins
ID ahkfgcheoopaikkbibkjeenefhfkgbao
URL Resmi https://chrome.google.com/webstore/detail/league-skins/ahkfgcheoopaikkbibkjeenefhfkgbao
Deskripsi League of Legends Themes for Faceook.
Ukuran File 13.01 MB
Jumlah Instalasi 65
Versi Saat Ini 1.3
Terakhir Diperbarui 2013-06-01
Tanggal Publikasi 2013-06-01
Penilaian 3.91/5 Total 11 Penilaian
Pengembang http://kiricon.net
Tipe Pembayaran free
Situs Ekstensi http://www.facebook.com/chromeLeagueSkins
Bahasa yang Didukung 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"
}