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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
}
} | |