Aim Link
Puts the aim link of the person in their avatar
What is Aim Link?
Aim Link is a Chrome extension developed by numone, and its main feature is "Puts the aim link of the person in their avatar".
Download Aim Link Extension CRX File
Download Aim Link extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | ![]() |
ID | jfkmimeehddgliddijnegkgaekakapfh |
Official URL | https://chrome.google.com/webstore/detail/aim-link/jfkmimeehddgliddijnegkgaekakapfh |
Description | Puts the aim link of the person in their avatar |
File Size | 37.63 KB |
Installation Count | 35 |
Current Version | 1.2 |
Last Updated | 2013-01-08 |
Publish Date | 2013-01-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | numone |
Payment Type | free |
Supported Languages | 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 } |