Appz
Your Smart Personal Assistant for Instagram (tm). Now with multiple accounts support.
Appzとは何ですか?
Appzはhttps://appz.comによって開発されたChromeの拡張機能で、その主な機能は「Your Smart Personal Assistant for Instagram (tm). Now with multiple accounts support.」です。
拡張機能のスクリーンショット
Appz拡張機能のCRXファイルをダウンロード
Appz拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Appz is Your Smart Personal Assistant for Instagram ™ Appz is a plugin that runs on Google Chrome browser on your desktop computer. Appz can auto-like, auto-comment, auto-follow and auto-unfollow on your behalf based on your interested hashtags. It's simple, more engagement equals more followers.
拡張機能の基本情報
名前 | |
ID | aifgjglpgobjdlkajigoehlkjadpppag |
公式URL | https://chrome.google.com/webstore/detail/appz/aifgjglpgobjdlkajigoehlkjadpppag |
説明 | Your Smart Personal Assistant for Instagram (tm). Now with multiple accounts support. |
ファイルサイズ | 2.04 MB |
インストール数 | 508 |
現在のバージョン | 4.2.5 |
最終更新日 | 2019-03-08 |
公開日 | 2019-03-08 |
評価 | 4.28/5 合計 25 レビュー |
開発者 | https://appz.com |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://appz.com/faq/ |
プライバシーポリシーページのURL | https://appz.com/privacy.aspx |
対応言語 | en-US |
manifest.json | |
{ "background": { "scripts": [ "js\/jquery-3.3.1.min.js", "js\/signalr.min.js", "js\/shared.js", "singlesession.js" ] }, "browser_action": { "default_icon": "icon128.png", "default_title": "Appz", "default_popup": "appz.html" }, "content_scripts": [ { "all_frames": true, "js": [ "appdash.js" ], "matches": [ "https:\/\/appz.com\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self'", "description": "Your Smart Personal Assistant for Instagram (tm). Now with multiple accounts support.", "icons": { "128": "icon128.png" }, "manifest_version": 2, "name": "Appz", "permissions": [ "contextMenus", "cookies", "storage", "tabs", "https:\/\/*.instagram.com\/*", "https:\/\/.instagram.com\/", "*:\/\/localhost\/", "webRequest", "webRequestBlocking", "webNavigation" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "4.2.5" } |