MLS Player Name Salary

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

Co to jest MLS Player Name Salary?

MLS Player Name Salary to rozszerzenie Chrome opracowane przez The Nutmeg News, a jego główną funkcją jest „Change MLS Player Names To Their Current Salary As Published By The MLS Players Union”.

Pobierz plik CRX rozszerzenia MLS Player Name Salary

Pobierz pliki rozszerzeń MLS Player Name Salary w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa MLS Player Name Salary MLS Player Name Salary
ID fpchnhippbahijdcmobhaalmbomnfdhd
Oficjalny URL https://chrome.google.com/webstore/detail/mls-player-name-salary/fpchnhippbahijdcmobhaalmbomnfdhd
Opis Change MLS Player Names To Their Current Salary As Published By The MLS Players Union
Rozmiar pliku 10.76 KB
Liczba instalacji 14
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2016-05-19
Data Publikacji 2016-05-19
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper The Nutmeg News
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}