FM Event Timers
Follow the event expire timers and don't miss any of it.
Qu'est-ce que FM Event Timers ?
FM Event Timers est une extension Chrome développée par dlivingstone, et sa fonction principale est "Follow the event expire timers and don't miss any of it.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FM Event Timers
Téléchargez les fichiers d'extension FM Event Timers au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 _____
Informations de Base sur l'Extension
Nom | |
ID | copijlhgbjhpbpbgbhnoapibhapoldbf |
URL Officiel | https://chromewebstore.google.com/detail/fm-event-timers/copijlhgbjhpbpbgbhnoapibhapoldbf |
Description | Follow the event expire timers and don't miss any of it. |
Taille du Fichier | 1.27 MB |
Nombre d'Installations | 116 |
Version Actuelle | 1.3.2 |
Dernière Mise à Jour | 2021-05-27 |
Date de Publication | 2018-09-20 |
Évaluation | 4.71/5 Total 7 Évaluations |
Développeur | dlivingstone |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |