FaceMask
Privacy and security for your Facebook life.
什么是FaceMask?
FaceMask是由http://facemask.army开发的Chrome扩展程序,该扩展的主要功能是“Privacy and security for your Facebook life.”。
扩展截图
下载FaceMask扩展crx文件
下载FaceMask扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | ekdhpnpcfamhmpoclcgajlhopplhfmnc |
| 官方URL | https://chrome.google.com/webstore/detail/facemask/ekdhpnpcfamhmpoclcgajlhopplhfmnc |
| 简介 | Privacy and security for your Facebook life. |
| 文件大小 | 467 KB |
| 安装次数 | 35 |
| 当前版本 | 0.54 |
| 更新时间 | 2018-08-10 |
| 上架时间 | 2018-08-10 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | http://facemask.army |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | http://facemask.army |
| 支持的语言 | 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:\/\/*\/*"
]
} | |