See unfollowers for instagram
Get missing functionality to be always up to date with your friends
Τι είναι το See unfollowers for instagram;
Το See unfollowers for instagram είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.igm-mw.xyz, και η κύρια λειτουργία του είναι "Get missing functionality to be always up to date with your friends".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης See unfollowers for instagram
Λήψη αρχείων επέκτασης See unfollowers for instagram σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | See unfollowers for instagram |
ID | ohienpkoeipgikgdccpfbafnfnfdkfea |
Επίσημο URL | https://chromewebstore.google.com/detail/see-unfollowers-for-insta/ohienpkoeipgikgdccpfbafnfnfdkfea |
Περιγραφή | Get missing functionality to be always up to date with your friends |
Μέγεθος Αρχείου | 207 KB |
Αριθμός Εγκαταστάσεων | 282 |
Τρέχουσα Έκδοση | 1.3.1.3 |
Τελευταία Ενημέρωση | 2023-05-03 |
Ημερομηνία Δημοσίευσης | 2022-12-24 |
Αξιολόγηση | 3.00/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | https://www.igm-mw.xyz |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.freeprivacypolicy.com/live/c3cc356c-9c8a-4ec3-997a-2b5139c45574 |
Υποστηριζόμενες Γλώσσες | 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" } } } |