Ikalarm
Unobtrusive Chrome extension for Ikariam. Automatically set a reminder when your bilding is ready.
What is Ikalarm?
Ikalarm is a Chrome extension developed by Mattia Malonni, and its main feature is "Unobtrusive Chrome extension for Ikariam. Automatically set a reminder when your bilding is ready.".
Download Ikalarm Extension CRX File
Download Ikalarm 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
Extension Basic Information
Name | Ikalarm |
ID | panbofkikhbbcgiijagckbfaipkjfhei |
Official URL | https://chromewebstore.google.com/detail/ikalarm/panbofkikhbbcgiijagckbfaipkjfhei |
Description | Unobtrusive Chrome extension for Ikariam. Automatically set a reminder when your bilding is ready. |
File Size | 102 KB |
Installation Count | 180 |
Current Version | 2.0 |
Last Updated | 2017-10-19 |
Publish Date | 2017-10-19 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Mattia Malonni |
Payment Type | free |
Extension Website | https://github.com/MattiaMalonni/Ikalarm |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ikalarm", "version": "2.0", "description": "Unobtrusive Chrome extension for Ikariam. Automatically set a reminder when your bilding is ready.", "permissions": [ "alarms", "notifications" ], "icons": { "128": "icons\/128\/ikalarm.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "js": [ "jquery.min.js", "ikalarm.js" ], "matches": [ "http:\/\/*.ikariam.gameforge.com\/*", "https:\/\/*.ikariam.gameforge.com\/*" ] } ] } |