MLS Player Name Salary
Change MLS Player Names To Their Current Salary As Published By The MLS Players Union
什么是MLS Player Name Salary?
MLS Player Name Salary是由The Nutmeg News开发的Chrome扩展程序,该扩展的主要功能是“Change MLS Player Names To Their Current Salary As Published By The MLS Players Union”。
下载MLS Player Name Salary扩展crx文件
下载MLS Player Name Salary扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | ![]() |
ID | fpchnhippbahijdcmobhaalmbomnfdhd |
官方URL | https://chrome.google.com/webstore/detail/mls-player-name-salary/fpchnhippbahijdcmobhaalmbomnfdhd |
简介 | Change MLS Player Names To Their Current Salary As Published By The MLS Players Union |
文件大小 | 10.76 KB |
安装次数 | 14 |
当前版本 | 0.2 |
更新时间 | 2016-05-19 |
上架时间 | 2016-05-19 |
评分 | 5.00/5 共2次评分 |
开发者 | The Nutmeg News |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } ] } |