Instunfollow
Mass Unfollow Everyone On Your Instagram! Max: 80/Hour
What is Instunfollow?
Instunfollow is a Chrome extension developed by trappyhourz, and its main feature is "Mass Unfollow Everyone On Your Instagram! Max: 80/Hour".
Download Instunfollow Extension CRX File
Download Instunfollow extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Instunfollow is an extension which allows you to mass unfollow everyone in your Instagram following list! Please check www.Instunfollow.Online for a full tutorial!
Extension Basic Information
Name | |
ID | mobjeificabfchpdpgjbihelfgmhglag |
Official URL | https://chrome.google.com/webstore/detail/instunfollow/mobjeificabfchpdpgjbihelfgmhglag |
Description | Mass Unfollow Everyone On Your Instagram! Max: 80/Hour |
File Size | 34.47 KB |
Installation Count | 106 |
Current Version | 1.0 |
Last Updated | 2018-01-07 |
Publish Date | 2018-01-07 |
Rating | 1.00/5 Total 1 Ratings |
Developer | trappyhourz |
Payment Type | free |
Extension Website | http://instunfollow.online |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instunfollow", "version": "1.0", "manifest_version": 2, "description": "Mass Unfollow Everyone On Your Instagram! Max: 80\/Hour", "background": { "scripts": [ "jquery.js", "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/www.instagram.com\/*" ], "js": [ "jquery.js", "popup.js" ] } ], "icons": { "16": "icon.png" }, "browser_action": { "default_title": "UNFOLLOW!" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "tabs" ] } |