MLS Player Name Salary
Change MLS Player Names To Their Current Salary As Published By The MLS Players Union
MLS Player Name Salaryとは何ですか?
MLS Player Name SalaryはThe Nutmeg Newsによって開発されたChromeの拡張機能で、その主な機能は「Change MLS Player Names To Their Current Salary As Published By The MLS Players Union」です。
MLS Player Name Salary拡張機能のCRXファイルをダウンロード
MLS Player Name Salary拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | ![]() |
ID | fpchnhippbahijdcmobhaalmbomnfdhd |
公式URL | https://chrome.google.com/webstore/detail/mls-player-name-salary/fpchnhippbahijdcmobhaalmbomnfdhd |
説明 | Change MLS Player Names To Their Current Salary As Published By The MLS Players Union |
ファイルサイズ | 10.76 KB |
インストール数 | 14 |
現在のバージョン | 0.2 |
最終更新日 | 2016-05-19 |
公開日 | 2016-05-19 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | The Nutmeg News |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } ] } |