Magis
Get more followers and increase user engagement on Instagram.
什么是Magis?
Magis是由Joel Dare开发的Chrome扩展程序,该扩展的主要功能是“Get more followers and increase user engagement on Instagram.”。
扩展截图
下载Magis扩展crx文件
下载Magis扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Magis |
ID | kahkfpeemmmjcbkffjmebbgkdmjglobi |
官方URL | https://chromewebstore.google.com/detail/magis/kahkfpeemmmjcbkffjmebbgkdmjglobi |
简介 | Get more followers and increase user engagement on Instagram. |
文件大小 | 97.87 KB |
安装次数 | 158 |
当前版本 | 1.3.3 |
更新时间 | 2017-08-14 |
上架时间 | 2017-08-14 |
评分 | 3.86/5 共7次评分 |
开发者 | Joel Dare |
电子邮箱 | [email protected] |
付费类型 | in_app |
支持的语言 | 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 } |