Aim Link
Puts the aim link of the person in their avatar
Aim Linkとは何ですか?
Aim Linkはnumoneによって開発されたChromeの拡張機能で、その主な機能は「Puts the aim link of the person in their avatar」です。
Aim Link拡張機能のCRXファイルをダウンロード
Aim Link拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | ![]() |
ID | jfkmimeehddgliddijnegkgaekakapfh |
公式URL | https://chrome.google.com/webstore/detail/aim-link/jfkmimeehddgliddijnegkgaekakapfh |
説明 | Puts the aim link of the person in their avatar |
ファイルサイズ | 37.63 KB |
インストール数 | 35 |
現在のバージョン | 1.2 |
最終更新日 | 2013-01-08 |
公開日 | 2013-01-08 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | numone |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "jquery-1.7.0.min.js", "AimAvatar.js" ], "matches": [ "http:\/\/forums.d2jsp.org\/*" ] } ], "description": "Puts the aim link of the person in their avatar", "name": "Aim Link", "permissions": [ "http:\/\/dedie.nsnf-clan.net\/PokerStatus\/aim_list.txt" ], "version": "1.2", "manifest_version": 2 } |