LoL@MyTeam

Quickly search for your teammates!

LoL@MyTeam là gì?

LoL@MyTeam là một tiện ích mở rộng Chrome được phát triển bởi Ume Studios, và tính năng chính của nó là "Quickly search for your teammates!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng LoL@MyTeam

Tải xuống các tệp mở rộng LoL@MyTeam 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

                        Frustrated with your teammates in match queue?
Not sure which lane to choose in ranked?
Want to get some quick info on your teammates before you decide to insta-lock Teemo jungle?

LoL@MyTeam is a Google Chrome extension that helps you get prepared for your next big game. Search through the stats of your teammates, and come up with the most ideal team composition.

Simply open the extension, type in the Summoner names of you and your teammates, and at the click of a button you'll have the lolking information pages for all five of you in your browser.

If you do your research before hand, you can't complain 40-minutes into your game that you should have been playing Top because this scrub Teemo is just not doing it for you.

Best of luck on the rift!

FAQ
---

Q: Will this make me a better player?
A: No.

Q: tl;dr, what's this extension do?
A: Opens five tabs of lolking corresponding to you and your teammates.

Q: What's the point of this extension?
A: Getting to know your teammates in ranked queue is important, but also very limited in terms of time. If you notice that your first pick insta-locked Teemo jungle and he has a weak KDA, maybe it's time for you to bust out those Diamond-level Vayne mechanics you have been working on in those Co-op VS. AI games.

Q: How can I make sure my teammates pick their best champions?
A: You can't. But you could ask politely - "I noticed you are good on X champion, care to carry me to victory with him/her/thing?"                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LoL@MyTeam LoL@MyTeam
ID dpmgbfaenikepnogdemcipacfhimecfg
URL Chính Thức https://chrome.google.com/webstore/detail/lolmyteam/dpmgbfaenikepnogdemcipacfhimecfg
Mô tả Quickly search for your teammates!
Kích Thước Tệp 242 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2014-11-11
Ngày Phát Hành 2014-11-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Ume Studios
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LoL@MyTeam",
    "short_name": "LoL@MyTeam",
    "description": "Quickly search for your teammates!",
    "version": "0.1",
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*\/"
    ]
}