Followers Remover

Mass remove followers on Instagram

Followers Remover란 무엇입니까?

Followers Remover은(는) https://www.invertexto.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mass remove followers on Instagram"입니다.

확장 프로그램 스크린샷

screenshot

Followers Remover 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Automate the process of removing followers on Instagram whom you do not follow. Ideal for those who need to make a profile more private or remove fake followers.

With this tool, it is possible to remove between 100 and 200 followers per day. Unfortunately, Instagram has limits, and these limits vary from account to account. For this reason, we have restricted the processing time and the number of removals. We recommend using the extension with moderation to ensure its continuous functionality.                    

확장 프로그램 기본 정보

이름 Followers Remover Followers Remover
ID gapabilhjhlfpflnkjmckcejcjfponbe
공식 URL https://chromewebstore.google.com/detail/followers-remover/gapabilhjhlfpflnkjmckcejcjfponbe
설명 Mass remove followers on Instagram
파일 크기 28.37 KB
설치 횟수 73
현재 버전 1.0.3
최근 업데이트 2024-03-02
출시 날짜 2024-01-16
평점 1.00/5 총 1 개의 평점
개발자 https://www.invertexto.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.invertexto.com/politica-privacidade-extensoes
지원되는 언어 en,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "1.0.3",
    "manifest_version": 3,
    "permissions": [
        "scripting",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/www.instagram.com\/*",
        "https:\/\/www.invertexto.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__"
    },
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}