Unfollower for Instagram
Automatically unfollows the Instagram accounts you specify.
Unfollower for Instagramとは何ですか?
Unfollower for Instagramはarismelachroinosによって開発されたChromeの拡張機能で、その主な機能は「Automatically unfollows the Instagram accounts you specify.」です。
拡張機能のスクリーンショット
Unfollower for Instagram拡張機能のCRXファイルをダウンロード
Unfollower for Instagram拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to unfollow many users on Instagram without getting your. account restricted. Enter your username list, set a delay and click "Start". The extension will unfollow every user on the list, one by one, with the specified delay in between. You can also add usernames to the list by right-clicking on a username on Instagram, and choosing: "Add username to unfollow list". You do not need to enter your log in information anywhere. You just have to already be signed in to your Instagram account in your browser.
拡張機能の基本情報
名前 | Unfollower for Instagram |
ID | khknnhbfkebnggopbjgdfjboeogenoea |
公式URL | https://chromewebstore.google.com/detail/unfollower-for-instagram/khknnhbfkebnggopbjgdfjboeogenoea |
説明 | Automatically unfollows the Instagram accounts you specify. |
ファイルサイズ | 28.43 KB |
インストール数 | 1,132 |
現在のバージョン | 0.2 |
最終更新日 | 2022-05-17 |
公開日 | 2022-05-17 |
評価 | 1.50/5 合計 2 レビュー |
開発者 | arismelachroinos |
Eメール | [email protected] |
支払い方法 | in_app |
プライバシーポリシーページのURL | https://www.freeprivacypolicy.com/live/2c558424-4917-4625-89ff-5f1d72958783 |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unfollower for Instagram", "version": "0.2", "author": "Aris Melachroinos", "manifest_version": 3, "description": "Automatically unfollows the Instagram accounts you specify.", "permissions": [ "storage", "scripting", "alarms", "webRequest", "contextMenus" ], "host_permissions": [ "https:\/\/www.instagram.com\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/extensionpay.com\/*" ], "js": [ "ExtPay.js" ], "run_at": "document_start" } ], "action": { "default_title": "Unfollower for Instagram", "default_popup": "popup.html" }, "icons": { "128": "icon.png" } } |