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 |
Eメール | [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 } |