FPL Time Adjuster
Changes time on FPL site to local timezone
ما هو FPL Time Adjuster؟
FPL Time Adjuster هو إضافة Chrome تم تطويرها بواسطة bryancoxwell، والميزة الرئيسية لها هي "Changes time on FPL site to local timezone".
تحميل ملف CRX للإضافة FPL Time Adjuster
قم بتنزيل ملفات الامتداد FPL Time Adjuster بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Changes times on the Official Fantasy Premier League website to the local timezone.
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | iljloaknhbhffhofoggjpfpnjlfdajjg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/iljloaknhbhffhofoggjpfpnjlfdajjg |
الوصف | Changes time on FPL site to local timezone |
حجم الملف | 9.47 KB |
عدد التثبيتات | 52 |
النسخة الحالية | 1.1 |
آخر تحديث | 2017-02-07 |
تاريخ النشر | 2017-02-07 |
تقييم | 3.57/5 مجموع تقييمات 7 |
المطور | bryancoxwell |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FPL Time Adjuster", "description": "Changes time on FPL site to local timezone", "version": "1.1", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/fantasy.premierleague.com\/*" ], "js": [ "fpltime.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab" ] } |