Gamer Profile / G-PRO

G-Pro, public profile for gamers.

Gamer Profile / G-PRO क्या है?

Gamer Profile / G-PRO sergio.susa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "G-Pro, public profile for gamers."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gamer Profile / G-PRO एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Gamer Profile / G-PRO Gamer Profile / G-PRO
ID nipcbpfhkpdbkbapcljgcflihhknoljc
आधिकारिक URL https://chrome.google.com/webstore/detail/gamer-profile-g-pro/nipcbpfhkpdbkbapcljgcflihhknoljc
विवरण G-Pro, public profile for gamers.
फ़ाइल का आकार 346 KB
स्थापना संख्या 14
वर्तमान संस्करण 0.1
अंतिम अपडेट 2014-04-21
प्रकाशन तिथि 2014-04-21
डेवलपर sergio.susa
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://s3rxus.ciberatletas.org
समर्थित भाषाएँ 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\/*"
    ]
}