League Skins
League of Legends Themes for Faceook.
League Skinsとは何ですか?
League Skinsはhttp://kiricon.netによって開発されたChromeの拡張機能で、その主な機能は「League of Legends Themes for Faceook.」です。
拡張機能のスクリーンショット
League Skins拡張機能のCRXファイルをダウンロード
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" } |