Gamer Profile / G-PRO
G-Pro, public profile for gamers.
Cos'è Gamer Profile / G-PRO?
Gamer Profile / G-PRO è un'estensione di Chrome sviluppata da sergio.susa, e la sua funzione principale è "G-Pro, public profile for gamers.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gamer Profile / G-PRO
Scarica i file di estensione Gamer Profile / G-PRO in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Español: Crea un G-Pro (Gamer PROfile), unifica y organice tus perfiles y compartelos con tus amigos y compañeros de juego. En la primera versión se pueden agregar perfiles de los siguientes juegos: * Diablo 3 * League of Leyends * World of Warcraft * Steam Si quieren que agrege alguno más pueden escribir al correo: [email protected] Disfrútenlo es gratis! Ingles: Create a G-Pro (Gamer PROfile), unify and organize your profiles and share to your friend and playmates. In the first version you can add the following games profiles: * Diablo 3 * League of Leyends * World of Warcraft * Steam If you want any more game you can write to the following email: sergio.susa @ ciberatletas.org Enjoy it's free!
Informazioni di Base sull'Estensione
Nome | |
ID | nipcbpfhkpdbkbapcljgcflihhknoljc |
URL Ufficiale | https://chrome.google.com/webstore/detail/gamer-profile-g-pro/nipcbpfhkpdbkbapcljgcflihhknoljc |
Descrizione | G-Pro, public profile for gamers. |
Dimensione del File | 346 KB |
Conteggio Installazioni | 14 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2014-04-21 |
Data di Pubblicazione | 2014-04-21 |
Sviluppatore | sergio.susa |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://s3rxus.ciberatletas.org |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gamer Profile \/ G-PRO", "version": "0.1", "manifest_version": 2, "description": "G-Pro, public profile for gamers.", "background": { "page": "background.html" }, "browser_action": { "default_icon": { "19": "icons\/38.png", "38": "icons\/38.png" }, "default_title": "Gamer Profile \/ G-PRO" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "lib\/jquery-1.8.3.min.js", "scripts\/main.js" ], "run_at": "document_idle" } ], "icons": { "38": "icons\/38.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "notifications", "tabs", "http:\/\/gpro.ciberatletas.org\/*" ] } |