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插件。

扩展使用说明

                                            

扩展基本信息

名称 Aim Link Aim Link
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
}