Aim Link

Puts the aim link of the person in their avatar

Aim Link là gì?

Aim Link là một tiện ích mở rộng Chrome được phát triển bởi numone, và tính năng chính của nó là "Puts the aim link of the person in their avatar".

Tải xuống tệp CRX của tiện ích mở rộng Aim Link

Tải xuống các tệp mở rộng Aim Link dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Aim Link Aim Link
ID jfkmimeehddgliddijnegkgaekakapfh
URL Chính Thức https://chrome.google.com/webstore/detail/aim-link/jfkmimeehddgliddijnegkgaekakapfh
Mô tả Puts the aim link of the person in their avatar
Kích Thước Tệp 37.63 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2013-01-08
Ngày Phát Hành 2013-01-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển numone
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}