Change layout to classic for Facebook™

Script changes the layout to classic or try to improve the current new layout!

Change layout to classic for Facebook™ क्या है?

Change layout to classic for Facebook™ uachips द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Script changes the layout to classic or try to improve the current new layout!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Change layout to classic for Facebook™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        *Extension is fully functional again since March, 1 update

Do you hate new Facebook design?

This extension will load old layout and you will use the classic Facebook design. Also we can improve the new Facebook design so it's easier to use it in case classic design will not be available in the future.

Change layout to classic for Facebook™ is very quick to install, and very easy to use, it just has a single option, that is turned on by default, so you can just install it and not have to configure anything.

UPDATE: Not long ago Facebook removed the possibility of reverting to classic design for most pages, only a handful of pages still support classic design.

We are using a theme to simulate Old layout. We are trying to find a better fix.

We'll update the extension when better fix is found. At the meantime you can leave the extension installed and we will notify you as soon as it's ready.

Copyright note: Facebook™ is a registered trademark of Facebook Inc. This extension is isn't affiliated with Facebook.                    

एक्सटेंशन की मूल जानकारी

नाम Change layout to classic for Facebook™ Change layout to classic for Facebook™
ID haejeocjfoanepijhblcajpingdkjkjg
आधिकारिक URL https://chrome.google.com/webstore/detail/change-layout-to-classic/haejeocjfoanepijhblcajpingdkjkjg
विवरण Script changes the layout to classic or try to improve the current new layout!
फ़ाइल का आकार 61.1 KB
स्थापना संख्या 1,255
वर्तमान संस्करण 2021.03.01
अंतिम अपडेट 2021-03-01
प्रकाशन तिथि 2020-10-27
रेटिंग 2.94/5 कुल 17 रेटिंग्स
डेवलपर uachips
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.extensionforweb.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Change layout to classic for Facebook\u2122",
    "version": "2021.03.01",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icon-16.png",
            "48": "icon-48.png"
        },
        "default_popup": ".\/options.html",
        "default_title": "Change layout to classic for Facebook\u2122"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Script changes the layout to classic or try to improve the current new layout!",
    "homepage_url": "https:\/\/www.coolextension.com\/",
    "default_locale": "en",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.facebook.com\/*",
        "tabs",
        "storage"
    ]
}