MLS Player Name Salary
Change MLS Player Names To Their Current Salary As Published By The MLS Players Union
Cos'è MLS Player Name Salary?
MLS Player Name Salary è un'estensione di Chrome sviluppata da The Nutmeg News, e la sua funzione principale è "Change MLS Player Names To Their Current Salary As Published By The MLS Players Union".
Scarica il file CRX dell'estensione MLS Player Name Salary
Scarica i file di estensione MLS Player Name Salary in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | fpchnhippbahijdcmobhaalmbomnfdhd |
URL Ufficiale | https://chrome.google.com/webstore/detail/mls-player-name-salary/fpchnhippbahijdcmobhaalmbomnfdhd |
Descrizione | Change MLS Player Names To Their Current Salary As Published By The MLS Players Union |
Dimensione del File | 10.76 KB |
Conteggio Installazioni | 14 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2016-05-19 |
Data di Pubblicazione | 2016-05-19 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | The Nutmeg News |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |