Magis
Get more followers and increase user engagement on Instagram.
What is Magis?
Magis is a Chrome extension developed by Joel Dare, and its main feature is "Get more followers and increase user engagement on Instagram.".
Extension Screenshots
Download Magis Extension CRX File
Download Magis 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
Gain new followers and likes on Instagram. Magis reminds you to be active on Instagram and provides keyboard shortcuts to make you fast. Set a goal to like and comment on 20 posts an hour to significantly increase your Instagram engagement with just two minutes of work. Build brand awareness. Get more leads. Grow website traffic.
Extension Basic Information
Name | Magis |
ID | kahkfpeemmmjcbkffjmebbgkdmjglobi |
Official URL | https://chromewebstore.google.com/detail/magis/kahkfpeemmmjcbkffjmebbgkdmjglobi |
Description | Get more followers and increase user engagement on Instagram. |
File Size | 97.87 KB |
Installation Count | 158 |
Current Version | 1.3.3 |
Last Updated | 2017-08-14 |
Publish Date | 2017-08-14 |
Rating | 3.86/5 Total 7 Ratings |
Developer | Joel Dare |
[email protected] | |
Payment Type | in_app |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "Magis", "default_popup": "popup.html" }, "name": "Magis", "description": "Get more followers and increase user engagement on Instagram.", "homepage_url": "http:\/\/www.joeldare.com", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "storage", "https:\/\/www.instagram.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "instagram.js" ] } ], "options_ui": { "page": "options.html", "chrome_style": true }, "version": "1.3.3", "manifest_version": 2 } |