deface
Minimal Facebook chat without any distractions
defaceとは何ですか?
defaceはChristopher Shelleyによって開発されたChromeの拡張機能で、その主な機能は「Minimal Facebook chat without any distractions」です。
拡張機能のスクリーンショット
deface拡張機能のCRXファイルをダウンロード
deface拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you don't want to get distracted by Facebook, or throw away your privacy with the mobile messenger apps, but are still somehow required to use the chat, deface is the solution. features increased chat box size. remove everything except the chat from facebook. toggle deface off/on with the icon in the top-left. *please login to Facebook to use deface. *Facebook regularly upgrades and modifies its code, which means deface versions last anywhere from 5 minutes to 7 days before I need to update them to keep up with Facebook :) if you have a bug please try reinstalling and send me a description of your problem. Thanks! sources Firefox Version: https://addons.mozilla.org/en-US/firefox/addon/deface/ All the code: https://github.com/basiclaser/deface">https://github.com/basiclaser/deface get in touch > http://twitter.com/basiclaser help me continue hacking on deface > https://gittip.com/basiclaser
拡張機能の基本情報
名前 | deface |
ID | ihhimmbgggpdandomknjjamhbofgpijj |
公式URL | https://chromewebstore.google.com/detail/deface/ihhimmbgggpdandomknjjamhbofgpijj |
説明 | Minimal Facebook chat without any distractions |
ファイルサイズ | 14.82 KB |
インストール数 | 39 |
現在のバージョン | 0.6 |
最終更新日 | 2014-09-10 |
公開日 | 2014-09-10 |
評価 | 4.00/5 合計 5 レビュー |
開発者 | Christopher Shelley |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "deface", "version": "0.6", "description": "Minimal Facebook chat without any distractions", "icons": { "16": "img\/16.png", "48": "img\/64.png", "128": "img\/128.png" }, "author": "basiclaser", "content_scripts": [ { "matches": [ "*:\/\/www.facebook.com\/*" ], "css": [ "deface.css" ], "js": [ "deface.js" ] } ] } |