Aim Link
Puts the aim link of the person in their avatar
Wat is Aim Link?
Aim Link is een Chrome-extensie ontwikkeld door numone, en de belangrijkste functie is "Puts the aim link of the person in their avatar".
Download het CRX-bestand van de extensie Aim Link
Download Aim Link-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | ![]() |
ID | jfkmimeehddgliddijnegkgaekakapfh |
Officiële URL | https://chrome.google.com/webstore/detail/aim-link/jfkmimeehddgliddijnegkgaekakapfh |
Beschrijving | Puts the aim link of the person in their avatar |
Bestandsgrootte | 37.63 KB |
Aantal Installaties | 35 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2013-01-08 |
Publicatiedatum | 2013-01-08 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | numone |
Betalingswijze | free |
Ondersteunde Talen | 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 } |