See unfollowers for instagram
Get missing functionality to be always up to date with your friends
See unfollowers for instagram क्या है?
See unfollowers for instagram https://www.igm-mw.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get missing functionality to be always up to date with your friends"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में See unfollowers for instagram एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } } |