League Skins

League of Legends Themes for Faceook.

ما هو League Skins؟

League Skins هو إضافة Chrome تم تطويرها بواسطة http://kiricon.net، والميزة الرئيسية لها هي "League of Legends Themes for Faceook.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة League Skins

قم بتنزيل ملفات الامتداد League Skins بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
}