MLS Player Name Salary
Change MLS Player Names To Their Current Salary As Published By The MLS Players Union
Vad är MLS Player Name Salary?
MLS Player Name Salary är en Chrome-tillägg utvecklad av The Nutmeg News, och dess huvudfunktion är "Change MLS Player Names To Their Current Salary As Published By The MLS Players Union".
Ladda ner MLS Player Name Salary-förlängningens CRX-fil
Ladda ner MLS Player Name Salary-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | ![]() |
ID | fpchnhippbahijdcmobhaalmbomnfdhd |
Officiell webbadress | https://chrome.google.com/webstore/detail/mls-player-name-salary/fpchnhippbahijdcmobhaalmbomnfdhd |
Beskrivning | Change MLS Player Names To Their Current Salary As Published By The MLS Players Union |
Filstorlek | 10.76 KB |
Antal Installationer | 14 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2016-05-19 |
Publiceringsdatum | 2016-05-19 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | The Nutmeg News |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } ] } |