My Instagram Automation Tool
Automation Tool for Instagram Action
什么是My Instagram Automation Tool?
My Instagram Automation Tool是由Sawyer开发的Chrome扩展程序,该扩展的主要功能是“Automation Tool for Instagram Action”。
扩展截图
下载My Instagram Automation Tool扩展crx文件
下载My Instagram Automation Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You can Automate your Instagram Actions - like - follow - unfollow - comment (from your own commentpool) - visit stories by hashtags or userpages.
扩展基本信息
名称 | |
ID | cocnommcmpcahahgdfmicacmjehibaob |
官方URL | https://chrome.google.com/webstore/detail/my-instagram-automation-t/cocnommcmpcahahgdfmicacmjehibaob |
简介 | Automation Tool for Instagram Action |
文件大小 | 112 KB |
安装次数 | 545 |
当前版本 | 3.5.1 |
更新时间 | 2020-02-09 |
上架时间 | 2020-02-09 |
评分 | 4.00/5 共5次评分 |
开发者 | Sawyer |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | http://www.instagram.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon_48.png", "icons": { "128": "icon_48.png", "16": "icon_48.png", "48": "icon_48.png" } }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "all_frames": false, "css": [ "contentscript.css" ], "js": [ "jquery.min.js", "contentscript.js" ], "matches": [ "http:\/\/www.instagram.com\/*", "https:\/\/www.instagram.com\/*", "https:\/\/bot.xn--trpla-jua.de\/botusers.txt" ], "run_at": "document_end" } ], "description": "Automation Tool for Instagram Action", "icons": { "128": "icon_48.png", "16": "icon_48.png", "48": "icon_48.png" }, "manifest_version": 2, "external_update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My Instagram Automation Tool", "permissions": [ "activeTab", "declarativeContent", "identity", "identity.email", "storage", "tabs", "https:\/\/www.googleapis.com\/", "webNavigation", "webRequest", "webRequestBlocking", "cookies", "unlimitedStorage", "notifications" ], "oauth2": { "client_id": "766059730932-velmmnj0h0t7s91j80h376h55oqnqppl.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/plus.login", "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly" ] }, "version": "3.5.1", "web_accessible_resources": [ "*.*" ] } |