See unfollowers for instagram

Get missing functionality to be always up to date with your friends

See unfollowers for instagram là gì?

See unfollowers for instagram là một tiện ích mở rộng Chrome được phát triển bởi https://www.igm-mw.xyz, và tính năng chính của nó là "Get missing functionality to be always up to date with your friends".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng See unfollowers 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

                        Please visit the website for screencasts to see how it works

- see which of your friends are not following you back
- receive updates about your friends' new followings (NEW)
- watch stories anonymously
- see which of your friends didn't like the photo
- see which of your friends is not sending likes to your photos regularly
- see which of your friends has a private account

Copyright notice:
"See unfollowers for instagram" was developed by [email protected]. It is not affiliated with nor endorsed by Instagram Inc. Instagram™ is a trademark of Instagram Inc. All Instagram icons, images and copyrights are the property of Instagram Inc.                    

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

Tên See unfollowers for instagram See unfollowers for instagram
ID ohienpkoeipgikgdccpfbafnfnfdkfea
URL Chính Thức https://chromewebstore.google.com/detail/see-unfollowers-for-insta/ohienpkoeipgikgdccpfbafnfnfdkfea
Mô tả Get missing functionality to be always up to date with your friends
Kích Thước Tệp 207 KB
Số Lần Cài Đặt 282
Phiên Bản Hiện Tại 1.3.1.3
Cập Nhật Lần Cuối 2023-05-03
Ngày Phát Hành 2022-12-24
Đánh Giá 3.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://www.igm-mw.xyz
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.freeprivacypolicy.com/live/c3cc356c-9c8a-4ec3-997a-2b5139c45574
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Unfollowers for instagram",
    "name": "See unfollowers for instagram",
    "description": "Get missing functionality to be always up to date with your friends",
    "version": "1.3.1.3",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "scripts\/background.bundle.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        "https:\/\/*.instagram.com\/*",
        "https:\/\/*.cdninstagram.com\/*"
    ],
    "icons": {
        "128": "img\/logo128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "img\/logo16.png",
            "32": "img\/logo32.png",
            "48": "img\/logo48.png",
            "128": "img\/logo128.png"
        }
    }
}