Aim Link
Puts the aim link of the person in their avatar
Apa itu Aim Link?
Aim Link adalah ekstensi Chrome yang dikembangkan oleh numone, dan fitur utamanya adalah "Puts the aim link of the person in their avatar".
Unduh Berkas CRX Ekstensi Aim Link
Unduh file ekstensi Aim Link dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | ![]() |
ID | jfkmimeehddgliddijnegkgaekakapfh |
URL Resmi | https://chrome.google.com/webstore/detail/aim-link/jfkmimeehddgliddijnegkgaekakapfh |
Deskripsi | Puts the aim link of the person in their avatar |
Ukuran File | 37.63 KB |
Jumlah Instalasi | 35 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2013-01-08 |
Tanggal Publikasi | 2013-01-08 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | numone |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |