Facebook Menu bar fix position

This extension will force the menu bar to position fix at the top.

What is Facebook Menu bar fix position?

Facebook Menu bar fix position is a Chrome extension developed by devkitz, and its main feature is "This extension will force the menu bar to position fix at the top.".

Download Facebook Menu bar fix position Extension CRX File

Download Facebook Menu bar fix position 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

                                            

Extension Basic Information

Name Facebook Menu bar fix position Facebook Menu bar fix position
ID lbgidkjfiecnjfpccdjbciifcibgbala
Official URL https://chrome.google.com/webstore/detail/facebook-menu-bar-fix-pos/lbgidkjfiecnjfpccdjbciifcibgbala
Description This extension will force the menu bar to position fix at the top.
File Size 4.92 KB
Installation Count 30
Current Version 1.0
Last Updated 2014-07-25
Publish Date 2014-07-25
Rating 5.00/5 Total 2 Ratings
Developer devkitz
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Facebook Menu bar fix position",
    "description": "This extension will force the menu bar to position fix at the top.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "mystyle.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}