FaceMask
Privacy and security for your Facebook life.
Was ist FaceMask?
FaceMask ist eine Chrome-Erweiterung, die von http://facemask.army entwickelt wurde, und ihr Hauptmerkmal ist "Privacy and security for your Facebook life.".
Erweiterungsscreenshots
FaceMask-Erweiterungs-CRX-Datei herunterladen
Laden Sie FaceMask-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | ekdhpnpcfamhmpoclcgajlhopplhfmnc |
Offizielle URL | https://chrome.google.com/webstore/detail/facemask/ekdhpnpcfamhmpoclcgajlhopplhfmnc |
Beschreibung | Privacy and security for your Facebook life. |
Dateigröße | 467 KB |
Installationsanzahl | 35 |
Aktuelle Version | 0.54 |
Letztes Update | 2018-08-10 |
Veröffentlichungsdatum | 2018-08-10 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | http://facemask.army |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | http://facemask.army |
Unterstützte Sprachen | 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:\/\/*\/*" ] } |