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 |
Eメール | [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:\/\/*\/*" ] } |