Secure Unfollow for Instagram
Secure Unfollow for Instagram | Google Chrome Extension
Co to jest Secure Unfollow for Instagram?
Secure Unfollow for Instagram to rozszerzenie Chrome opracowane przez Edgard Chammas, a jego główną funkcją jest „Secure Unfollow for Instagram | Google Chrome Extension”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Secure Unfollow for Instagram
Pobierz pliki rozszerzeń Secure Unfollow for Instagram w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Secure Unfollow for Instagram |
ID | bclljjldiiifccncjnikpalnomejlkog |
Oficjalny URL | https://chromewebstore.google.com/detail/secure-unfollow-for-insta/bclljjldiiifccncjnikpalnomejlkog |
Opis | Secure Unfollow for Instagram | Google Chrome Extension |
Rozmiar pliku | 32.74 KB |
Liczba instalacji | 1,152 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2019-12-09 |
Data Publikacji | 2019-12-09 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | Edgard Chammas |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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'" } |