Super Automation for Instagram
There are Auto Like, UnLike, Follow, UnFollow, Comment, Delete Post, Upload Photo, Download Image/Video, Scroll to Top/Bottom, etc
Super Automation for Instagram란 무엇입니까?
Super Automation for Instagram은(는) https://www.aesuhaendi.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "There are Auto Like, UnLike, Follow, UnFollow, Comment, Delete Post, Upload Photo, Download Image/Video, Scroll to Top/Bottom, etc"입니다.
확장 프로그램 스크린샷
Super Automation for Instagram 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
It's time to Pay Less & Get More. Benefits of Using Super Automation for Instagram - Pro - Unlocked all features - Unfollow people who not follow you back - Great support - Request new feature - You can using this app for Multiple Accounts - Whitelist option for All Automation - Automate Automation to Specific Accounts only Please watch videos above how this app work. NOTE: - If this app doesn't work, please update your chrome to latest. - If still have any issue, don't hesitate to contact us.
확장 프로그램 기본 정보
이름 | Super Automation for Instagram |
ID | gijomdhpfjpfdicnbdonpdaemagphmnm |
공식 URL | https://chromewebstore.google.com/detail/super-automation-for-inst/gijomdhpfjpfdicnbdonpdaemagphmnm |
설명 | There are Auto Like, UnLike, Follow, UnFollow, Comment, Delete Post, Upload Photo, Download Image/Video, Scroll to Top/Bottom, etc |
파일 크기 | 32.72 KB |
설치 횟수 | 149 |
현재 버전 | 2.7 |
최근 업데이트 | 2021-02-06 |
출시 날짜 | 2020-04-23 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | https://www.aesuhaendi.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.aesuhaendi.com/2019/04/super-automation-for-instagram.html |
도움말 페이지 URL | https://www.aesuhaendi.com/2019/04/super-automation-for-instagram.html |
개인정보 보호 정책 페이지 URL | https://www.aesuhaendi.com/p/privacy-policy-extensions.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Super Automation for Instagram", "version": "2.7", "description": "There are Auto Like, UnLike, Follow, UnFollow, Comment, Delete Post, Upload Photo, Download Image\/Video, Scroll to Top\/Bottom, etc", "icons": { "128": "icon\/icon128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_title": "Super Automation for Instagram", "default_icon": "icon\/icon128.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "css": [ "css\/content.css" ], "js": [ "lib\/vendor.js", "js\/content.js" ], "run_at": "document_start", "all_frames": true } ], "commands": { "run-stop-automation": { "suggested_key": { "default": "Ctrl+Shift+K", "windows": "Ctrl+Shift+K" }, "description": "Stop Automation" } }, "permissions": [ "tabs", "activeTab", "storage", "unlimitedStorage", "https:\/\/www.instagram.com\/*" ], "minimum_chrome_version": "55", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqk2\/S4SBTSs11gQGeo99J0Tte+dV7FADwgGnzy06stmflaTE0nRlXp\/qusOS8\/RgN45U9NXSSdIKzU9xU1+OQxo6AFS0z6xZMox\/QdGI6iDVmPrtw6XzHJxETbXpaj1bt9xcgiRBNx0NPVW3YctVbm0lkaFUxG4dDz\/9h6xAXLD4v7oORKLBbBUAbfrTSzdRejyVAkcdgzpjoYmiT9rPEUKSVEDgnkEse0XrnEQH+pf+dJKDtriJDWsi0KTe4JDxTzG5VN+cg3bczzAiN3HtzrXm9hBe72UOjlxGLf8VuuM4KxQ1ZCPXYOs9r5ZKXG9745k3btYx8vyab4KS7ANQMwIDAQAB" } |