WebExtension.net
WebExtension.net

Old Layout for Facebook

View on Chrome Web Store
View Old Layout for Facebook Chrome Extension on Chrome Web Store
3.9 (1,785 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Attempt to Revert Facebook to the Old Layout (pre-Sep 2020)
Type
Extension
Users
100,000 users
ModernKit.one
View author page of ModernKit.one
Published
Published on August 27, 2020
Version 7.3
Manifest version
3
Updated
Updated on June 27, 2024
View on Chrome Web Store
View Old Layout for Facebook Chrome Extension on Chrome Web Store
lifestyle/social
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Attempt to Revert Facebook to the Old Layout (pre-Sep 2020)",
    "manifest_version": 3,
    "name": "Old Layout for Facebook",
    "author": "ModernKit.one",
    "version": "7.3",
    "homepage_url": "https:\/\/OldLayout.com",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "host_permissions": [
        "*:\/\/*.facebook.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "bg.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "cs.js"
            ],
            "css": [
                "fb.css"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png",
            "48": "icon-48.png"
        },
        "default_title": "Old Layout for Facebook",
        "default_popup": "options.html"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top