FM Event Timers

Follow the event expire timers and don't miss any of it.

FM Event Timersคืออะไร?

FM Event Timers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dlivingstone และคุณลักษณะหลักของมันคือ "Follow the event expire timers and don't miss any of it."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FM Event Timers

ดาวน์โหลดไฟล์ส่วนขยาย FM Event Timers ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Fifa Mobile events timers extension. You can always check for it and never miss any.

CHANGELOG:

v1.3.2
- Remove totw timer
- Add retro ad timer
- Refresh UI 
_____

v1.3.1
- Now you can set target amount of points you want to get
_____

v1.3.0
- Arcade event calculator added
- Removed push notifications for timers
_____

v1.2.5 
- Added option to change time left notification
_____

v1.1.5 
- Notification need you interaction now, so you will not miss any of it
_____                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FM Event Timers FM Event Timers
ID copijlhgbjhpbpbgbhnoapibhapoldbf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fm-event-timers/copijlhgbjhpbpbgbhnoapibhapoldbf
คำอธิบาย Follow the event expire timers and don't miss any of it.
ขนาดไฟล์ 1.27 MB
จำนวนการติดตั้ง 116
เวอร์ชันปัจจุบัน 1.3.2
อัปเดตครั้งล่าสุด 2021-05-27
วันที่เผยแพร่ 2018-09-20
คะแนน 4.71/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา dlivingstone
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FM Event Timers",
    "version": "1.3.2",
    "description": "Follow the event expire timers and don't miss any of it.",
    "background": {
        "scripts": [
            "js\/jquery-2.1.1.min.js",
            "js\/background.js",
            "js\/moment-with-locales.min.js",
            "js\/events.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/185.52.3.15\/*"
        ]
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}