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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย The Nutmeg News และคุณลักษณะหลักของมันคือ "Change MLS Player Names To Their Current Salary As Published By The MLS Players Union"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MLS Player Name Salary
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } ] } |