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 |
| 电子邮箱 | [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"
} | |