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ファイルをダウンロード

Followers Remover拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}