Aim Link
Puts the aim link of the person in their avatar
O que é Aim Link?
Aim Link é uma extensão do Chrome desenvolvida por numone, e sua principal característica é "Puts the aim link of the person in their avatar".
Baixar o arquivo CRX da Extensão Aim Link
Baixe arquivos de extensão Aim Link no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Informações Básicas da Extensão
Nome | ![]() |
ID | jfkmimeehddgliddijnegkgaekakapfh |
URL Oficial | https://chrome.google.com/webstore/detail/aim-link/jfkmimeehddgliddijnegkgaekakapfh |
Descrição | Puts the aim link of the person in their avatar |
Tamanho do Arquivo | 37.63 KB |
Contagem de Instalações | 35 |
Versão Atual | 1.2 |
Última Atualização | 2013-01-08 |
Data de Publicação | 2013-01-08 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | numone |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |