MLS Player Name Salary

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

Co je MLS Player Name Salary?

MLS Player Name Salary je rozšíření Chrome vyvinuté The Nutmeg News, a jeho hlavní funkcí je „Change MLS Player Names To Their Current Salary As Published By The MLS Players Union“.

Stáhnout soubor CRX rozšíření MLS Player Name Salary

Stáhněte si soubory rozšíření MLS Player Name Salary ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název MLS Player Name Salary MLS Player Name Salary
ID fpchnhippbahijdcmobhaalmbomnfdhd
Oficiální URL https://chrome.google.com/webstore/detail/mls-player-name-salary/fpchnhippbahijdcmobhaalmbomnfdhd
Popis Change MLS Player Names To Their Current Salary As Published By The MLS Players Union
Velikost souboru 10.76 KB
Počet instalací 14
Aktuální Verze 0.2
Poslední Aktualizace 2016-05-19
Datum Vydání 2016-05-19
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář The Nutmeg News
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}