Unfollower for Instagram

Automatically unfollows the Instagram accounts you specify.

什麼是Unfollower for Instagram?

Unfollower for Instagram是由arismelachroinos開發的Chrome擴展程式,該擴展的主要功能是“Automatically unfollows the Instagram accounts you specify.”。

擴展截圖

screenshot

下載Unfollower for Instagram擴展crx文件

下載Unfollower for Instagram擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension allows you to unfollow many users on Instagram without getting your. account restricted.

Enter your username list, set a delay and click "Start". 
The extension will unfollow every user on the list, one by one, with the specified delay in between.

You can also add usernames to the list by right-clicking on a username on Instagram, and choosing: "Add username to unfollow list".

You do not need to enter your log in information anywhere. 
You just have to already be signed in to your Instagram account in your browser.                    

擴展基本資訊

名稱 Unfollower for Instagram Unfollower for Instagram
ID khknnhbfkebnggopbjgdfjboeogenoea
官方網址 https://chromewebstore.google.com/detail/unfollower-for-instagram/khknnhbfkebnggopbjgdfjboeogenoea
簡介 Automatically unfollows the Instagram accounts you specify.
檔案大小 28.43 KB
安裝次數 1,132
目前版本 0.2
更新時間 2022-05-17
上架時間 2022-05-17
評分 1.50/5 共 2 次評分
開發者 arismelachroinos
電子郵箱 [email protected]
付費類型 in_app
隱私政策頁面URL https://www.freeprivacypolicy.com/live/2c558424-4917-4625-89ff-5f1d72958783
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unfollower for Instagram",
    "version": "0.2",
    "author": "Aris Melachroinos",
    "manifest_version": 3,
    "description": "Automatically unfollows the Instagram accounts you specify.",
    "permissions": [
        "storage",
        "scripting",
        "alarms",
        "webRequest",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/www.instagram.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "ExtPay.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_title": "Unfollower for Instagram",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    }
}