MLS Player Name Salary

Change MLS Player Names To Their Current Salary As Published By The MLS Players Union

MLS Player Name Salary là gì?

MLS Player Name Salary là một tiện ích mở rộng Chrome được phát triển bởi The Nutmeg News, và tính năng chính của nó là "Change MLS Player Names To Their Current Salary As Published By The MLS Players Union".

Tải xuống tệp CRX của tiện ích mở rộng MLS Player Name Salary

Tải xuống các tệp mở rộng MLS Player Name Salary 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

                        This extension will change the full name of a player in Major League Soccer to their reported salary as stated by the MLS Players Union release.                    

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

Tên MLS Player Name Salary MLS Player Name Salary
ID fpchnhippbahijdcmobhaalmbomnfdhd
URL Chính Thức https://chrome.google.com/webstore/detail/mls-player-name-salary/fpchnhippbahijdcmobhaalmbomnfdhd
Mô tả Change MLS Player Names To Their Current Salary As Published By The MLS Players Union
Kích Thước Tệp 10.76 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2016-05-19
Ngày Phát Hành 2016-05-19
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển The Nutmeg News
Email [email protected]
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": "MLS Player Name Salary",
    "description": "Change MLS Player Names To Their Current Salary As Published By The MLS Players Union",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}