Secure Unfollow for Instagram
Secure Unfollow for Instagram | Google Chrome Extension
What is Secure Unfollow for Instagram?
Secure Unfollow for Instagram is a Chrome extension developed by Edgard Chammas, and its main feature is "Secure Unfollow for Instagram | Google Chrome Extension".
Extension Screenshots
Download Secure Unfollow for Instagram Extension CRX File
Download Secure Unfollow for Instagram 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
This chrome extension is meant to be used with the "Secure Unfollow for Instagram" mobile application. The main purpose of this extension is to allow the mobile app to gain secure access to your Instagram account without the need for you to share your Instagram password. Android App link: https://bit.ly/2q0e2Zf iPhone App link: https://apple.co/35mlQol
Extension Basic Information
Name | Secure Unfollow for Instagram |
ID | bclljjldiiifccncjnikpalnomejlkog |
Official URL | https://chromewebstore.google.com/detail/secure-unfollow-for-insta/bclljjldiiifccncjnikpalnomejlkog |
Description | Secure Unfollow for Instagram | Google Chrome Extension |
File Size | 32.74 KB |
Installation Count | 1,152 |
Current Version | 1.1 |
Last Updated | 2019-12-09 |
Publish Date | 2019-12-09 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Edgard Chammas |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Secure Unfollow for Instagram", "version": "1.1", "description": "Secure Unfollow for Instagram | Google Chrome Extension", "browser_action": { "default_popup": "index.html" }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "manifest_version": 2, "permissions": [ "cookies", "*:\/\/*.instagram.com\/" ], "content_security_policy": "script-src 'self' 'sha256-JvMbVohlFloMWoa\/LQ6Fkmo+C8TaQZrjrdv5uNDzqKY='; object-src 'self'" } |