unfollowBot
Deja de seguir a quienes no te siguen en Instagram...
What is unfollowBot?
unfollowBot is a Chrome extension developed by zcriptz, and its main feature is "Deja de seguir a quienes no te siguen en Instagram...".
Extension Screenshots
Download unfollowBot Extension CRX File
Download unfollowBot 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
Esta extensión te permitirá dejar de seguir a quienes no te siguen o te han dejado de seguir automáticamente. Es totalmente gratuita.
Extension Basic Information
Name | |
ID | fbmdhjemeooofndoodiahhaoepdjlepi |
Official URL | https://chrome.google.com/webstore/detail/unfollowbot/fbmdhjemeooofndoodiahhaoepdjlepi |
Description | Deja de seguir a quienes no te siguen en Instagram... |
File Size | 23.76 KB |
Installation Count | 45 |
Current Version | 1.0 |
Last Updated | 2021-06-22 |
Publish Date | 2021-06-22 |
Rating | 2.00/5 Total 2 Ratings |
Developer | zcriptz |
[email protected] | |
Payment Type | free |
Extension Website | https://www.instagram.com/return.this |
Help Page URL | https://www.instagram.com/return.this |
Supported Languages | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "unfollowBot", "version": "1.0", "manifest_version": 2, "description": "Deja de seguir a quienes no te siguen en Instagram...", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_title": "unfollowBot", "default_icon": "icon48.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "https:\/\/www.instagram.com\/" ] } |