Layout Switcher for Facebook

Switch From New Facebook Layout Back to Old Facebook Layout in a Simple Click!

What is Layout Switcher for Facebook?

Layout Switcher for Facebook is a Chrome extension developed by http://fblayoutswitcher.blogspot.com, and its main feature is "Switch From New Facebook Layout Back to Old Facebook Layout in a Simple Click!".

Extension Screenshots

screenshot

Download Layout Switcher for Facebook Extension CRX File

Download Layout Switcher for Facebook 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

                        Switch Back from New Facebook Layout to Old Version Classic Facebook. Convert the new Facebook layout to the old Facebook layout in a simple click and secure. 

Update Logs:
- Versions 3.0.3: update extensions permissions 
- Versions 3.0.1: update error on browser agents
- Versions 2.0.0: switch to old layout with browser agents

For us it's important to say that we are not related in any way to Facebook which is a registered trademark of Facebook Inc., registered in the US and other countries. We are neither endorsed nor affiliated with but rather are an independent group of developers.
If you find any bugs or have other questions please don't hesitate to contact us via our contact email. In case you have questions regarding your privacy, please check out our privacy policy.                    

Extension Basic Information

Name Layout Switcher for Facebook Layout Switcher for Facebook
ID mfblmhhbadopmchemopfhnonbljgoeoa
Official URL https://chrome.google.com/webstore/detail/layout-switcher-for-faceb/mfblmhhbadopmchemopfhnonbljgoeoa
Description Switch From New Facebook Layout Back to Old Facebook Layout in a Simple Click!
File Size 57.06 KB
Installation Count 985
Current Version 3.0.3
Last Updated 2020-11-05
Publish Date 2020-10-22
Rating 2.00/5 Total 23 Ratings
Developer http://fblayoutswitcher.blogspot.com
Email [email protected]
Payment Type free
Extension Website https://fblayoutswitcher.blogspot.com
Help Page URL https://fblayoutswitcher.blogspot.com
Privacy Policy Page URL https://fblayoutswitcher.blogspot.com/p/1-privacy-policy-chromium-extension.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Switch From New Facebook Layout Back to Old Facebook Layout in a Simple Click!",
    "manifest_version": 2,
    "name": "Layout Switcher for Facebook",
    "author": "ProDev",
    "version": "3.0.3",
    "homepage_url": "https:\/\/fblayoutswitcher.blogspot.com\/",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "Switch Back to Old Facebook Layout"
    },
    "permissions": [
        "activeTab",
        "*:\/\/*.facebook.com\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "index.html"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/index.js"
            ],
            "css": [
                "css\/index.css"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ]
}