Overwatch League Reminder
Be informed of the date of the next match and notify when the stream starts.
Qu'est-ce que Overwatch League Reminder ?
Overwatch League Reminder est une extension Chrome développée par Khyarn, et sa fonction principale est "Be informed of the date of the next match and notify when the stream starts.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Overwatch League Reminder
Téléchargez les fichiers d'extension Overwatch League Reminder 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
Informations de Base sur l'Extension
Nom | |
ID | digohcafgieaejiembjcjnkcomejnhim |
URL Officiel | https://chrome.google.com/webstore/detail/overwatch-league-reminder/digohcafgieaejiembjcjnkcomejnhim |
Description | Be informed of the date of the next match and notify when the stream starts. |
Taille du Fichier | 100 KB |
Nombre d'Installations | 172 |
Version Actuelle | 1.0.81 |
Dernière Mise à Jour | 2018-10-05 |
Date de Publication | 2018-10-05 |
Évaluation | 4.20/5 Total 5 Évaluations |
Développeur | Khyarn |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Overwatch League Reminder", "description": "Be informed of the date of the next match and notify when the stream starts.", "version": "1.0.81", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "notifications", "tabs" ], "background": { "scripts": [ "js\/jquery-3.2.1.min.js", "js\/background.js" ] }, "browser_action": { "default_icon": "img\/small_logo.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "img\/gm.png" ], "icons": { "128": "img\/gm.png" } } |