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開發的Chrome擴展程式,該擴展的主要功能是“Get missing functionality to be always up to date with your friends”。
擴展截圖
下載See unfollowers for instagram擴展crx文件
下載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 |
官方網址 | 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" } } } |