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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } ] } |