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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 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
}