FaceMask
Privacy and security for your Facebook life.
What is FaceMask?
FaceMask is a Chrome extension developed by http://facemask.army, and its main feature is "Privacy and security for your Facebook life.".
Extension Screenshots
Download FaceMask Extension CRX File
Download FaceMask extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | ekdhpnpcfamhmpoclcgajlhopplhfmnc |
Official URL | https://chrome.google.com/webstore/detail/facemask/ekdhpnpcfamhmpoclcgajlhopplhfmnc |
Description | Privacy and security for your Facebook life. |
File Size | 467 KB |
Installation Count | 35 |
Current Version | 0.54 |
Last Updated | 2018-08-10 |
Publish Date | 2018-08-10 |
Rating | 5.00/5 Total 4 Ratings |
Developer | http://facemask.army |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://facemask.army |
Supported Languages | 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:\/\/*\/*" ] } |