My Instagram Automation Tool
Automation Tool for Instagram Action
My Instagram Automation Tool là gì?
My Instagram Automation Tool là một tiện ích mở rộng Chrome được phát triển bởi Sawyer, và tính năng chính của nó là "Automation Tool for Instagram Action".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng My Instagram Automation Tool
Tải xuống các tệp mở rộng My Instagram Automation Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
You can Automate your Instagram Actions - like - follow - unfollow - comment (from your own commentpool) - visit stories by hashtags or userpages.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cocnommcmpcahahgdfmicacmjehibaob |
URL Chính Thức | https://chrome.google.com/webstore/detail/my-instagram-automation-t/cocnommcmpcahahgdfmicacmjehibaob |
Mô tả | Automation Tool for Instagram Action |
Kích Thước Tệp | 112 KB |
Số Lần Cài Đặt | 545 |
Phiên Bản Hiện Tại | 3.5.1 |
Cập Nhật Lần Cuối | 2020-02-09 |
Ngày Phát Hành | 2020-02-09 |
Đánh Giá | 4.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Sawyer |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://www.instagram.com |
Ngôn Ngữ Được Hỗ Trợ | 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": [ "*.*" ] } |