MLS Player Name Salary
Change MLS Player Names To Their Current Salary As Published By The MLS Players Union
What is MLS Player Name Salary?
MLS Player Name Salary is a Chrome extension developed by The Nutmeg News, and its main feature is "Change MLS Player Names To Their Current Salary As Published By The MLS Players Union".
Download MLS Player Name Salary Extension CRX File
Download MLS Player Name Salary extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ![]() |
ID | fpchnhippbahijdcmobhaalmbomnfdhd |
Official URL | https://chrome.google.com/webstore/detail/mls-player-name-salary/fpchnhippbahijdcmobhaalmbomnfdhd |
Description | Change MLS Player Names To Their Current Salary As Published By The MLS Players Union |
File Size | 10.76 KB |
Installation Count | 14 |
Current Version | 0.2 |
Last Updated | 2016-05-19 |
Publish Date | 2016-05-19 |
Rating | 5.00/5 Total 2 Ratings |
Developer | The Nutmeg News |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } ] } |