Appz
Your Smart Personal Assistant for Instagram (tm). Now with multiple accounts support.
Appz là gì?
Appz là một tiện ích mở rộng Chrome được phát triển bởi https://appz.com, và tính năng chính của nó là "Your Smart Personal Assistant for Instagram (tm). Now with multiple accounts support.".
Ả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 Appz
Tải xuống các tệp mở rộng Appz 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | aifgjglpgobjdlkajigoehlkjadpppag |
URL Chính Thức | https://chrome.google.com/webstore/detail/appz/aifgjglpgobjdlkajigoehlkjadpppag |
Mô tả | Your Smart Personal Assistant for Instagram (tm). Now with multiple accounts support. |
Kích Thước Tệp | 2.04 MB |
Số Lần Cài Đặt | 508 |
Phiên Bản Hiện Tại | 4.2.5 |
Cập Nhật Lần Cuối | 2019-03-08 |
Ngày Phát Hành | 2019-03-08 |
Đánh Giá | 4.28/5 Tổng số 25 Đánh Giá |
Nhà Phát Triển | https://appz.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://appz.com/faq/ |
URL Trang Chính Sách Bảo Mật | https://appz.com/privacy.aspx |
Ngôn Ngữ Được Hỗ Trợ | 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" } |