MLS Player Name Salary
Change MLS Player Names To Their Current Salary As Published By The MLS Players Union
Wat is MLS Player Name Salary?
MLS Player Name Salary is een Chrome-extensie ontwikkeld door The Nutmeg News, en de belangrijkste functie is "Change MLS Player Names To Their Current Salary As Published By The MLS Players Union".
Download het CRX-bestand van de extensie MLS Player Name Salary
Download MLS Player Name Salary-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | ![]() |
ID | fpchnhippbahijdcmobhaalmbomnfdhd |
Officiële URL | https://chrome.google.com/webstore/detail/mls-player-name-salary/fpchnhippbahijdcmobhaalmbomnfdhd |
Beschrijving | Change MLS Player Names To Their Current Salary As Published By The MLS Players Union |
Bestandsgrootte | 10.76 KB |
Aantal Installaties | 14 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2016-05-19 |
Publicatiedatum | 2016-05-19 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | The Nutmeg News |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |