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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
}