See unfollowers for instagram

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

Apa itu See unfollowers for instagram?

See unfollowers for instagram adalah ekstensi Chrome yang dikembangkan oleh https://www.igm-mw.xyz, dan fitur utamanya adalah "Get missing functionality to be always up to date with your friends".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi See unfollowers for instagram

Unduh file ekstensi See unfollowers for instagram dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama See unfollowers for instagram See unfollowers for instagram
ID ohienpkoeipgikgdccpfbafnfnfdkfea
URL Resmi https://chromewebstore.google.com/detail/see-unfollowers-for-insta/ohienpkoeipgikgdccpfbafnfnfdkfea
Deskripsi Get missing functionality to be always up to date with your friends
Ukuran File 207 KB
Jumlah Instalasi 282
Versi Saat Ini 1.3.1.3
Terakhir Diperbarui 2023-05-03
Tanggal Publikasi 2022-12-24
Penilaian 3.00/5 Total 6 Penilaian
Pengembang https://www.igm-mw.xyz
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.freeprivacypolicy.com/live/c3cc356c-9c8a-4ec3-997a-2b5139c45574
Bahasa yang Didukung 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"
        }
    }
}