League Skins
League of Legends Themes for Faceook.
League Skinsคืออะไร?
League Skins เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://kiricon.net และคุณลักษณะหลักของมันคือ "League of Legends Themes for Faceook."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย League Skins
ดาวน์โหลดไฟล์ส่วนขยาย League Skins ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } |