League Skins
League of Legends Themes for Faceook.
League Skins क्या है?
League Skins http://kiricon.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "League of Legends Themes for Faceook."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में League Skins एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
League of Legend skins for facebook. All the champions at your finger tips.
एक्सटेंशन की मूल जानकारी
नाम | |
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" } |