Old Layout for Facebook

Attempt to Revert Facebook to the Old Layout (pre-Sep 2020)

Wat is Old Layout for Facebook?

Old Layout for Facebook is een Chrome-extensie ontwikkeld door ModernKit.one, en de belangrijkste functie is "Attempt to Revert Facebook to the Old Layout (pre-Sep 2020)".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Old Layout for Facebook

Download Old Layout for Facebook-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Forced into the new Facebook layout? Don't like it?
This simple extension reverts your layout to the old version, before the September 2020 update.                    

Basisinformatie over de Extensie

Naam Old Layout for Facebook Old Layout for Facebook
ID abmkkackbbimmdbfjdilpnfaegaeagge
Officiële URL https://chromewebstore.google.com/detail/old-layout-for-facebook/abmkkackbbimmdbfjdilpnfaegaeagge
Beschrijving Attempt to Revert Facebook to the Old Layout (pre-Sep 2020)
Bestandsgrootte 39.13 KB
Aantal Installaties 163,543
Huidige Versie 7.2
Laatst Bijgewerkt 2020-11-26
Publicatiedatum 2020-08-27
Beoordeling 3.92/5 Totaal 1773 Beoordelingen
Ontwikkelaar ModernKit.one
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://oldlayout.com
URL van de Privacybeleid Pagina https://modernkit.one/privacy-policy?utm_source=chrome-listing&utm_medium=listing&utm_content=privacy-policy-link
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Attempt to Revert Facebook to the Old Layout (pre-Sep 2020)",
    "manifest_version": 2,
    "name": "Old Layout for Facebook",
    "author": "Matt Kruse",
    "version": "7.2",
    "homepage_url": "https:\/\/OldLayout.com",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-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": "icon-16.png",
            "19": "icon-19.png",
            "32": "icon-32.png",
            "38": "icon-38.png",
            "48": "icon-48.png"
        },
        "default_title": "Old Layout for Facebook",
        "default_popup": "options.html"
    }
}