FaceMask

Privacy and security for your Facebook life.

Wat is FaceMask?

FaceMask is een Chrome-extensie ontwikkeld door http://facemask.army, en de belangrijkste functie is "Privacy and security for your Facebook life.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie FaceMask

Download FaceMask-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam FaceMask FaceMask
ID ekdhpnpcfamhmpoclcgajlhopplhfmnc
Officiële URL https://chrome.google.com/webstore/detail/facemask/ekdhpnpcfamhmpoclcgajlhopplhfmnc
Beschrijving Privacy and security for your Facebook life.
Bestandsgrootte 467 KB
Aantal Installaties 35
Huidige Versie 0.54
Laatst Bijgewerkt 2018-08-10
Publicatiedatum 2018-08-10
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar http://facemask.army
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://facemask.army
Ondersteunde Talen 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:\/\/*\/*"
    ]
}