Aim Link
Puts the aim link of the person in their avatar
Co to jest Aim Link?
Aim Link to rozszerzenie Chrome opracowane przez numone, a jego główną funkcją jest „Puts the aim link of the person in their avatar”.
Pobierz plik CRX rozszerzenia Aim Link
Pobierz pliki rozszerzeń Aim Link w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | jfkmimeehddgliddijnegkgaekakapfh |
Oficjalny URL | https://chrome.google.com/webstore/detail/aim-link/jfkmimeehddgliddijnegkgaekakapfh |
Opis | Puts the aim link of the person in their avatar |
Rozmiar pliku | 37.63 KB |
Liczba instalacji | 35 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2013-01-08 |
Data Publikacji | 2013-01-08 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | numone |
Typ Płatności | free |
Obsługiwane Języki | 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 } |