Facebook Cleaner
Cleans up the Facebook's user interface.
What is Facebook Cleaner?
Facebook Cleaner is a Chrome extension developed by KyleLH, and its main feature is "Cleans up the Facebook's user interface.".
Download Facebook Cleaner Extension CRX File
Download Facebook Cleaner 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
Cleans up the Facebook user interface.
Extension Basic Information
Name | |
ID | cjomdogepdpepdhkpcponjnbaadmpmcf |
Official URL | https://chrome.google.com/webstore/detail/facebook-cleaner/cjomdogepdpepdhkpcponjnbaadmpmcf |
Description | Cleans up the Facebook's user interface. |
File Size | 80.17 KB |
Installation Count | 444 |
Current Version | 1 |
Last Updated | 2014-10-28 |
Publish Date | 2014-10-28 |
Rating | 2.71/5 Total 7 Ratings |
Developer | KyleLH |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Facebook Cleaner", "version": "1", "manifest_version": 2, "description": "Cleans up the Facebook's user interface.", "browser_action": { "default_icon": "icon2.png", "name": "Facebook Cleanup" }, "content_scripts": [ { "js": [ "jquery.js", "background.js" ], "matches": [ "http:\/\/www.facebook.com\/*", "https:\/\/www.facebook.com\/*" ] } ] } |