Unfollower for Instagram

Automatically unfollows the Instagram accounts you specify.

Unfollower for Instagram là gì?

Unfollower for Instagram là một tiện ích mở rộng Chrome được phát triển bởi arismelachroinos, và tính năng chính của nó là "Automatically unfollows the Instagram accounts you specify.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Unfollower for Instagram

Tải xuống các tệp mở rộng Unfollower for Instagram dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Unfollower for Instagram Unfollower for Instagram
ID khknnhbfkebnggopbjgdfjboeogenoea
URL Chính Thức https://chromewebstore.google.com/detail/unfollower-for-instagram/khknnhbfkebnggopbjgdfjboeogenoea
Mô tả Automatically unfollows the Instagram accounts you specify.
Kích Thước Tệp 28.43 KB
Số Lần Cài Đặt 1,132
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2022-05-17
Ngày Phát Hành 2022-05-17
Đánh Giá 1.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển arismelachroinos
Email [email protected]
Loại Thanh Toán in_app
URL Trang Chính Sách Bảo Mật https://www.freeprivacypolicy.com/live/2c558424-4917-4625-89ff-5f1d72958783
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}