ESEA Ranks

Shows ESEA Ranks

ESEA Ranks là gì?

ESEA Ranks là một tiện ích mở rộng Chrome được phát triển bởi Meeoh, và tính năng chính của nó là "Shows ESEA Ranks".

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

screenshot

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

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

                        Shows ESEA Ranks in stats match on the website. Automatically finds and places ranks next to names, no configuration needed!

Now works with the new website rework (as of May 29th 2019)!                    

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

Tên ESEA Ranks ESEA Ranks
ID nkhpaimekjnlmflobdlkmakdcjomloeh
URL Chính Thức https://chrome.google.com/webstore/detail/esea-ranks/nkhpaimekjnlmflobdlkmakdcjomloeh
Mô tả Shows ESEA Ranks
Kích Thước Tệp 116 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2020-08-04
Ngày Phát Hành 2019-05-29
Đánh Giá 4.10/5 Tổng số 20 Đánh Giá
Nhà Phát Triển Meeoh
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/meeoh/ESEA-Rank-Displayer/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ESEA Ranks",
    "description": "Shows ESEA Ranks",
    "version": "2.0",
    "background": {
        "scripts": [
            "jquery-3.1.1.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.esea.net\/*"
            ],
            "js": [
                "jquery-3.1.1.js",
                "content_script.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "ESEA Rank Displayer",
        "default_icon": "eseaIcon.jpg"
    },
    "permissions": [
        "webNavigation"
    ],
    "manifest_version": 2
}