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 |
官方網址 | 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" } |