IG Follower
Multi-follow (or unfollow) users on Instagram
IG Follower क्या है?
IG Follower http://www.multifollow.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Multi-follow (or unfollow) users on Instagram"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में IG Follower एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
WHAT IT IS: IG Follower is a Chrome extension to make mass following (or unfollowing) of Instagram accounts easier. HOW IT WORKS: It simply adds two buttons to Instagram pages: "Follow them all!" and "Unfollow them!". If you use it, the extension will simulate you're following/unfollowing all the users/accounts on the page: it will scroll to the first "Follow"/"Unfollow" button, click it, then wait a for a few and go for the next one... easy! It should work with any page where a "Follow"/"Unfollow" button appears. :) Scrolling and delay give Instagram some time to load more & more accounts at the bottom of the page. Now, it also lets you to "Stop" the action you began. LIMITATIONS: Doesn't worry about Instagram limits (per day, per account,...). Doesn't work if an account you try to follow is suspended. Might stop working if Instagram changes its layout. DEMO: https://www.youtube.com/watch?v=zsFlW4Wg654 PRICE: Try it 10 days for free, then buy a license at https://www.zanyal.com/en/subscribe/ig-follower MANAGE YOUR SUBSCRIPTION: https://billing.stripe.com/p/login/7sIg1TgrvbHi76gdQQ
एक्सटेंशन की मूल जानकारी
नाम | |
ID | onfplgmlogalahaagohlejpggmbpfmig |
आधिकारिक URL | https://chrome.google.com/webstore/detail/ig-follower/onfplgmlogalahaagohlejpggmbpfmig |
विवरण | Multi-follow (or unfollow) users on Instagram |
फ़ाइल का आकार | 181 KB |
स्थापना संख्या | 2,955 |
वर्तमान संस्करण | 3.0.4 |
अंतिम अपडेट | 2022-10-18 |
प्रकाशन तिथि | 2020-03-26 |
रेटिंग | 2.40/5 कुल 109 रेटिंग्स |
डेवलपर | http://www.multifollow.com |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | http://www.multifollow.com/ig-follower/ |
गोपनीयता नीति पृष्ठ URL | http://multifollow.com/show-me-ads/privacy-policy.html |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IG Follower", "short_name": "IGFollower", "description": "Multi-follow (or unfollow) users on Instagram", "version": "3.0.4", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "https:\/\/instagram.com\/*", "https:\/\/www.instagram.com\/*", "storage", "unlimitedStorage", "identity", "identity.email" ], "oauth2": { "client_id": "548429734918-0f4dhtqv79esqbircai616cbacg2v0f2.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/plus.login", "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly" ] }, "options_page": "settings\/index.html", "browser_action": { "default_icon": "img\/ig-follower.jpg", "default_title": "IG Follower" }, "background": { "scripts": [ "settings\/lib\/store.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/instagram.com\/*", "https:\/\/www.instagram.com\/*" ], "js": [ "js\/jquery-1.12.4.min.js", "js\/jquery-ui.min.js", "js\/content.js" ], "css": [ "css\/ig-follower.css" ] } ], "web_accessible_resources": [ "img\/icon16.png" ], "homepage_url": "https:\/\/www.multifollow.com\/ig-follower\/", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/ https:\/\/www.googleadservices.com\/ https:\/\/www.googletagmanager.com\/ https:\/\/googleads.g.doubleclick.net\/ https:\/\/api.zanyal.com\/ https:\/\/bat.bing.com\/; object-src 'self'", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsmLTuZv9dLjpc0FPtbN4Op43NpT2xRvwRCPBNg3B7aIkDQ+jrr+EyhJtbN4pLiWU\/957evo2j+XwxXdAo9hVRSt75zNwHfyOVEhsPGxUls+ikxiFl3w+AI77GQvgYcUeBRgXqP3xIMG3GT+S4RtfjzB8ypnAElsEDG+\/oAAbbeyuSj+tU2opjnAffXXTmD46HaM8unDqAP5kVHG78lVqYLd4DkhzEII9sDYIDFFVWvndSmidBhUtnQircU2s0lnpOqsaYMtq5xbLgvMyZe9\/q0b0RqmqL+SoLBlcLRjzS1sIcXF5u5rIrUVgsmVJdptYrnR1bGlYtwTUDjHLT2sjFQIDAQAB" } |