Super Automation for Instagram
There are Auto Like, UnLike, Follow, UnFollow, Comment, Delete Post, Upload Photo, Download Image/Video, Scroll to Top/Bottom, etc
什么是Super Automation for Instagram?
Super Automation for Instagram是由https://www.aesuhaendi.com开发的Chrome扩展程序,该扩展的主要功能是“There are Auto Like, UnLike, Follow, UnFollow, Comment, Delete Post, Upload Photo, Download Image/Video, Scroll to Top/Bottom, etc”。
扩展截图
下载Super Automation for Instagram扩展crx文件
下载Super Automation for Instagram扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It's time to Pay Less & Get More.
Benefits of Using Super Automation for Instagram - Pro
- Unlocked all features
- Unfollow people who not follow you back
- Great support
- Request new feature
- You can using this app for Multiple Accounts
- Whitelist option for All Automation
- Automate Automation to Specific Accounts only
Please watch videos above how this app work.
NOTE:
- If this app doesn't work, please update your chrome to latest.
- If still have any issue, don't hesitate to contact us. 扩展基本信息
| 名称 | |
| ID | gijomdhpfjpfdicnbdonpdaemagphmnm |
| 官方URL | https://chromewebstore.google.com/detail/super-automation-for-inst/gijomdhpfjpfdicnbdonpdaemagphmnm |
| 简介 | There are Auto Like, UnLike, Follow, UnFollow, Comment, Delete Post, Upload Photo, Download Image/Video, Scroll to Top/Bottom, etc |
| 文件大小 | 32.72 KB |
| 安装次数 | 149 |
| 当前版本 | 2.7 |
| 更新时间 | 2021-02-06 |
| 上架时间 | 2020-04-23 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | https://www.aesuhaendi.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.aesuhaendi.com/2019/04/super-automation-for-instagram.html |
| 帮助页面URL | https://www.aesuhaendi.com/2019/04/super-automation-for-instagram.html |
| 隐私政策页面URL | https://www.aesuhaendi.com/p/privacy-policy-extensions.html |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Super Automation for Instagram",
"version": "2.7",
"description": "There are Auto Like, UnLike, Follow, UnFollow, Comment, Delete Post, Upload Photo, Download Image\/Video, Scroll to Top\/Bottom, etc",
"icons": {
"128": "icon\/icon128.png"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_title": "Super Automation for Instagram",
"default_icon": "icon\/icon128.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.instagram.com\/*"
],
"css": [
"css\/content.css"
],
"js": [
"lib\/vendor.js",
"js\/content.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"commands": {
"run-stop-automation": {
"suggested_key": {
"default": "Ctrl+Shift+K",
"windows": "Ctrl+Shift+K"
},
"description": "Stop Automation"
}
},
"permissions": [
"tabs",
"activeTab",
"storage",
"unlimitedStorage",
"https:\/\/www.instagram.com\/*"
],
"minimum_chrome_version": "55",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqk2\/S4SBTSs11gQGeo99J0Tte+dV7FADwgGnzy06stmflaTE0nRlXp\/qusOS8\/RgN45U9NXSSdIKzU9xU1+OQxo6AFS0z6xZMox\/QdGI6iDVmPrtw6XzHJxETbXpaj1bt9xcgiRBNx0NPVW3YctVbm0lkaFUxG4dDz\/9h6xAXLD4v7oORKLBbBUAbfrTSzdRejyVAkcdgzpjoYmiT9rPEUKSVEDgnkEse0XrnEQH+pf+dJKDtriJDWsi0KTe4JDxTzG5VN+cg3bczzAiN3HtzrXm9hBe72UOjlxGLf8VuuM4KxQ1ZCPXYOs9r5ZKXG9745k3btYx8vyab4KS7ANQMwIDAQAB"
} | |