FaceMask

Privacy and security for your Facebook life.

Cos'è FaceMask?

FaceMask è un'estensione di Chrome sviluppata da http://facemask.army, e la sua funzione principale è "Privacy and security for your Facebook life.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione FaceMask

Scarica i file di estensione FaceMask 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

                        Welcome to FaceMask!
FaceMask provides you with the ability to overlay privacy and security on to your existing Facebook experience. Messages posted using FaceMask will be cryptographically protected from spying agencies like FaceBook and the US Government.

Privacy Policy: http://facemask.army/#PrivacyPolicySpan                    

Informazioni di Base sull'Estensione

Nome FaceMask FaceMask
ID ekdhpnpcfamhmpoclcgajlhopplhfmnc
URL Ufficiale https://chrome.google.com/webstore/detail/facemask/ekdhpnpcfamhmpoclcgajlhopplhfmnc
Descrizione Privacy and security for your Facebook life.
Dimensione del File 467 KB
Conteggio Installazioni 35
Versione Corrente 0.54
Ultimo Aggiornamento 2018-08-10
Data di Pubblicazione 2018-08-10
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore http://facemask.army
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://facemask.army
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FaceMask",
    "version": "0.54",
    "description": "Privacy and security for your Facebook life.",
    "homepage_url": "http:\/\/FaceMask.army",
    "options_page": "options.html",
    "icons": {
        "128": "images\/LogoIcon.png"
    },
    "background": {
        "scripts": [
            "\/scripts\/jquery-3.2.1.min.js",
            "\/scripts\/popper.min.js",
            "\/scripts\/bootstrap.min.js",
            "\/scripts\/openpgp.min.js",
            "\/scripts\/browser-polyfill.min.js",
            "\/scripts\/showdown.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "css": [
                "\/css\/content.css"
            ],
            "js": [
                "\/scripts\/jquery-3.2.1.min.js",
                "\/scripts\/browser-polyfill.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/LogoIcon.png",
        "default_popup": "menu.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "clipboardRead",
        "clipboardWrite",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}