MLS Player Name Salary

Change MLS Player Names To Their Current Salary As Published By The MLS Players Union

O que é MLS Player Name Salary?

MLS Player Name Salary é uma extensão do Chrome desenvolvida por The Nutmeg News, e sua principal característica é "Change MLS Player Names To Their Current Salary As Published By The MLS Players Union".

Baixar o arquivo CRX da Extensão MLS Player Name Salary

Baixe arquivos de extensão MLS Player Name Salary no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome MLS Player Name Salary MLS Player Name Salary
ID fpchnhippbahijdcmobhaalmbomnfdhd
URL Oficial https://chrome.google.com/webstore/detail/mls-player-name-salary/fpchnhippbahijdcmobhaalmbomnfdhd
Descrição Change MLS Player Names To Their Current Salary As Published By The MLS Players Union
Tamanho do Arquivo 10.76 KB
Contagem de Instalações 14
Versão Atual 0.2
Última Atualização 2016-05-19
Data de Publicação 2016-05-19
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor The Nutmeg News
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    ]
}