Aim Link
Puts the aim link of the person in their avatar
Co je Aim Link?
Aim Link je rozšíření Chrome vyvinuté numone, a jeho hlavní funkcí je „Puts the aim link of the person in their avatar“.
Stáhnout soubor CRX rozšíření Aim Link
Stáhněte si soubory rozšíření Aim Link ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Základní Informace o Rozšíření
Název | ![]() |
ID | jfkmimeehddgliddijnegkgaekakapfh |
Oficiální URL | https://chrome.google.com/webstore/detail/aim-link/jfkmimeehddgliddijnegkgaekakapfh |
Popis | Puts the aim link of the person in their avatar |
Velikost souboru | 37.63 KB |
Počet instalací | 35 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2013-01-08 |
Datum Vydání | 2013-01-08 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | numone |
Typ Platby | free |
Podporované Jazyky | 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 } |