Superpowers for Instagram
Mass follow, mass unfollow and mass like on Instagram with powerful options.
Superpowers for Instagram란 무엇입니까?
Superpowers for Instagram은(는) Clemens Teichmann에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mass follow, mass unfollow and mass like on Instagram with powerful options."입니다.
확장 프로그램 스크린샷
Superpowers for Instagram 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
= MASS FOLLOW = It works on the followers, following, likes and search view. It remembers the mass followed users. So you can later mass unfollow those only. = MASS UNFOLLOW = It works on your following view. = MASS LIKE = It works on the search and home view. = AUTOPILOT = Performs a series of actions and repeats them after a certain pause. = CUSTOMIZE WITH POWERFUL OPTIONS = At the top right click the icon (bolt) and then click Options. Note: You need to add the extension first. = CAUTION = Please carefully read the Instagram Community Guidelines. Please find FAQ and Changelog on the website https://www.clemensteichmann.com/superpowers-for-instagram
확장 프로그램 기본 정보
이름 | Superpowers for Instagram |
ID | aobbiflfmjgclpgmdffnkljokfjficim |
공식 URL | https://chromewebstore.google.com/detail/superpowers-for-instagram/aobbiflfmjgclpgmdffnkljokfjficim |
설명 | Mass follow, mass unfollow and mass like on Instagram with powerful options. |
파일 크기 | 29.93 KB |
설치 횟수 | 20,000 |
현재 버전 | 77 |
최근 업데이트 | 2023-12-20 |
출시 날짜 | 2020-07-02 |
평점 | 2.74/5 총 54 개의 평점 |
개발자 | Clemens Teichmann |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.clemensteichmann.com/superpowers-for-instagram |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Clemens Teichmann", "description": "Mass follow, mass unfollow and mass like on Instagram with powerful options.", "manifest_version": 2, "name": "Superpowers for Instagram", "homepage_url": "https:\/\/www.clemensteichmann.com\/superpowers-for-instagram", "version": "77", "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "run_at": "document_start", "js": [ "content.js" ], "css": [ "content.css" ] } ], "icons": { "16": "images\/superpowers_for_instagram16.png", "48": "images\/superpowers_for_instagram48.png", "128": "images\/superpowers_for_instagram128.png" }, "permissions": [ "storage", "tabs", "unlimitedStorage" ] } |