Unfollower for Instagram
Automatically unfollows the Instagram accounts you specify.
Unfollower for Instagram क्या है?
Unfollower for Instagram arismelachroinos द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically unfollows the Instagram accounts you specify."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Unfollower for Instagram एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" } } |