AutoIns
This bot will automatically unfollow all of someone's Instagram followers for you. It can also follow for you.
AutoIns क्या है?
AutoIns https://techcodenotes.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This bot will automatically unfollow all of someone's Instagram followers for you. It can also follow for you."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AutoIns एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Autoins the best unfollow instagram bot.This bot will automatically follow all of someone's Instagram followers for you. It can also unfollow for you, with options to keep people who follow you and more. It waits between following so as to not be blocked by Instagram's rate limits. It's currently available to download for free, but probably won't be forever.Feel free to contac us if any problem. [email protected]
एक्सटेंशन की मूल जानकारी
नाम | AutoIns |
ID | dmgkkngnjepedflfcohckfehengjcame |
आधिकारिक URL | https://chromewebstore.google.com/detail/autoins/dmgkkngnjepedflfcohckfehengjcame |
विवरण | This bot will automatically unfollow all of someone's Instagram followers for you. It can also follow for you. |
फ़ाइल का आकार | 62.65 KB |
स्थापना संख्या | 124 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2021-04-08 |
प्रकाशन तिथि | 2021-03-04 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://techcodenotes.com |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
गोपनीयता नीति पृष्ठ URL | https://savemydayapp.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "version": "1.0.1", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*.instagram.com\/*", "https:\/\/*.instagram.com\/*", "storage" ], "web_accessible_resources": [ "*.*" ], "browser_action": [], "content_scripts": [ { "matches": [ "http:\/\/*.instagram.com\/*", "https:\/\/*.instagram.com\/*" ], "all_frames": false, "css": [ "content.css" ], "js": [ "content.js" ], "run_at": "document_end" } ], "externally_connectable": { "matches": [ "http:\/\/*.szeasytrust.cn\/*" ] } } |