Gamer Profile / G-PRO
G-Pro, public profile for gamers.
Gamer Profile / G-PRO là gì?
Gamer Profile / G-PRO là một tiện ích mở rộng Chrome được phát triển bởi sergio.susa, và tính năng chính của nó là "G-Pro, public profile for gamers.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Gamer Profile / G-PRO
Tải xuống các tệp mở rộng Gamer Profile / G-PRO dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nipcbpfhkpdbkbapcljgcflihhknoljc |
URL Chính Thức | https://chrome.google.com/webstore/detail/gamer-profile-g-pro/nipcbpfhkpdbkbapcljgcflihhknoljc |
Mô tả | G-Pro, public profile for gamers. |
Kích Thước Tệp | 346 KB |
Số Lần Cài Đặt | 14 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2014-04-21 |
Ngày Phát Hành | 2014-04-21 |
Nhà Phát Triển | sergio.susa |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://s3rxus.ciberatletas.org |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |