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 |
官方網址 | 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 } |