Gamer Profile / G-PRO

G-Pro, public profile for gamers.

Gamer Profile / G-PROคืออะไร?

Gamer Profile / G-PRO เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sergio.susa และคุณลักษณะหลักของมันคือ "G-Pro, public profile for gamers."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gamer Profile / G-PRO

ดาวน์โหลดไฟล์ส่วนขยาย Gamer Profile / G-PRO ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}