ff
Make facebook less fussy
What is ff?
ff is a Chrome extension developed by Evan, and its main feature is "Make facebook less fussy".
Extension Screenshots
Download ff Extension CRX File
Download ff 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
====== 4/4/13: This extension hasn't been updated for Graph Search or New Timeline! Hold tight. ====== Makes news feed, chat, and timeline pages sleeker. Aggressively removes useless and redundant links and navigation. Adds animation for the mini-profile hover cards.
Extension Basic Information
Name | ff |
ID | cndkoffgejmacelibdocpnoappdjnolm |
Official URL | https://chromewebstore.google.com/detail/ff/cndkoffgejmacelibdocpnoappdjnolm |
Description | Make facebook less fussy |
File Size | 78.49 KB |
Installation Count | 14 |
Current Version | 1.0.3 |
Last Updated | 2013-04-05 |
Publish Date | 2013-04-04 |
Rating | 4.20/5 Total 5 Ratings |
Developer | Evan |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ff", "description": "Make facebook less fussy", "version": "1.0.3", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/*" ], "css": [ "fb.css" ] } ], "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "page_action": { "default_icon": { "19": "icon.png", "38": "[email protected]" }, "default_title": "Fussy" } } |