Ares Notifier!
Le moyen le plus simple de suivre les lives d'Ares !
What is Ares Notifier!?
Ares Notifier! is a Chrome extension developed by Niko300, and its main feature is "Le moyen le plus simple de suivre les lives d'Ares !".
Extension Screenshots
Download Ares Notifier! Extension CRX File
Download Ares Notifier! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
L'extension prévient lorsqu'un nouveau live d'Ares est lancé.
Extension Basic Information
Name | Ares Notifier! |
ID | gngkajhokdlekeobfmejkdlbkcomekho |
Official URL | https://chromewebstore.google.com/detail/ares-notifier/gngkajhokdlekeobfmejkdlbkcomekho |
Description | Le moyen le plus simple de suivre les lives d'Ares ! |
File Size | 513 KB |
Installation Count | 15 |
Current Version | 1.1.1 |
Last Updated | 2016-04-20 |
Publish Date | 2016-04-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Niko300 |
[email protected] | |
Payment Type | free |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ares Notifier!", "description": "Le moyen le plus simple de suivre les lives d'Ares !", "version": "1.1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "notifications" ], "icons": { "48": "icon_48.png" }, "background": { "scripts": [ "app.js" ] } } |