Aim Link

Puts the aim link of the person in their avatar

Aim Linkคืออะไร?

Aim Link เป็นส่วนขยายของ Chrome ที่พัฒนาโดย numone และคุณลักษณะหลักของมันคือ "Puts the aim link of the person in their avatar"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Aim Link

ดาวน์โหลดไฟล์ส่วนขยาย 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
}