MLS Player Name Salary
Change MLS Player Names To Their Current Salary As Published By The MLS Players Union
Qu'est-ce que MLS Player Name Salary ?
MLS Player Name Salary est une extension Chrome développée par The Nutmeg News, et sa fonction principale est "Change MLS Player Names To Their Current Salary As Published By The MLS Players Union".
Télécharger le fichier CRX de l'extension MLS Player Name Salary
Téléchargez les fichiers d'extension MLS Player Name Salary au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | ![]() |
ID | fpchnhippbahijdcmobhaalmbomnfdhd |
URL Officiel | 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 |
Taille du Fichier | 10.76 KB |
Nombre d'Installations | 14 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2016-05-19 |
Date de Publication | 2016-05-19 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | The Nutmeg News |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |