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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" } |