Secure Unfollow for Instagram

Secure Unfollow for Instagram | Google Chrome Extension

Cos'è Secure Unfollow for Instagram?

Secure Unfollow for Instagram è un'estensione di Chrome sviluppata da Edgard Chammas, e la sua funzione principale è "Secure Unfollow for Instagram | Google Chrome Extension".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Secure Unfollow for Instagram

Scarica i file di estensione Secure Unfollow for Instagram in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Secure Unfollow for Instagram Secure Unfollow for Instagram
ID bclljjldiiifccncjnikpalnomejlkog
URL Ufficiale https://chromewebstore.google.com/detail/secure-unfollow-for-insta/bclljjldiiifccncjnikpalnomejlkog
Descrizione Secure Unfollow for Instagram | Google Chrome Extension
Dimensione del File 32.74 KB
Conteggio Installazioni 1,152
Versione Corrente 1.1
Ultimo Aggiornamento 2019-12-09
Data di Pubblicazione 2019-12-09
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Edgard Chammas
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
}