Switch layout for Facebook

Attempt to Revert Facebook to the Switch layout

What is Switch layout for Facebook?

Switch layout for Facebook is a Chrome extension developed by ajaypawaan1, and its main feature is "Attempt to Revert Facebook to the Switch layout".

Extension Screenshots

screenshot

Download Switch layout for Facebook Extension CRX File

Download Switch layout 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

                        Don't you like new Facebook design? Use this extension which will automatically switch to the Classic design!
Don't like the new Facebook design?
Facebook doesn't allow you to use old version? You want to use old layout of Facebook?                    

Extension Basic Information

Name Switch layout for Facebook Switch layout for Facebook
ID nnefkcimecphchcddfchkcpeneibkhkm
Official URL https://chrome.google.com/webstore/detail/switch-layout-for-faceboo/nnefkcimecphchcddfchkcpeneibkhkm
Description Attempt to Revert Facebook to the Switch layout
File Size 234 KB
Installation Count 24
Current Version 1.0
Last Updated 2021-08-09
Publish Date 2021-08-09
Rating 1.00/5 Total 1 Ratings
Developer ajaypawaan1
Email [email protected]
Payment Type free
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Attempt to Revert Facebook to the Switch layout",
    "manifest_version": 2,
    "name": "Switch layout for Facebook",
    "author": "Nam Sokciu",
    "version": "1.0",
    "homepage_url": "http:\/\/facebook.com",
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "*:\/\/*.facebook.com\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "purify.js",
                "content.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "16.png",
            "19": "19.png",
            "32": "32.png",
            "48": "48.png",
            "64": "64.png",
            "128": "128.png",
            "512": "512.png"
        },
        "default_title": "Switch layout for Facebook",
        "default_popup": "options.html"
    }
}