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 |
官方網址 | 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 } |