FM Event Timers

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

FM Event Timers란 무엇입니까?

FM Event Timers은(는) dlivingstone에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Follow the event expire timers and don't miss any of it."입니다.

확장 프로그램 스크린샷

screenshot

FM Event Timers 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}