League Skins

League of Legends Themes for Faceook.

League Skins là gì?

League Skins là một tiện ích mở rộng Chrome được phát triển bởi http://kiricon.net, và tính năng chính của nó là "League of Legends Themes for Faceook.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng League Skins

Tải xuống các tệp mở rộng League Skins dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        League of Legend skins for facebook. 

All the champions at your finger tips.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên League Skins League Skins
ID ahkfgcheoopaikkbibkjeenefhfkgbao
URL Chính Thức https://chrome.google.com/webstore/detail/league-skins/ahkfgcheoopaikkbibkjeenefhfkgbao
Mô tả League of Legends Themes for Faceook.
Kích Thước Tệp 13.01 MB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2013-06-01
Ngày Phát Hành 2013-06-01
Đánh Giá 3.91/5 Tổng số 11 Đánh Giá
Nhà Phát Triển http://kiricon.net
Loại Thanh Toán free
Trang Web Mở Rộng http://www.facebook.com/chromeLeagueSkins
Ngôn Ngữ Được Hỗ Trợ 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"
}