Change design to old version for Facebook™

Change Facebook to Old Design (before Sep 2020) by changing your browser's configuration to one not supported by the new Facebook

Change design to old version for Facebook™ क्या है?

Change design to old version for Facebook™ tsundykyuliya द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change Facebook to Old Design (before Sep 2020) by changing your browser's configuration to one not supported by the new Facebook"।

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

screenshot

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

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

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

                        Turn back to the real version of Facebook Old Design on pages where it is still possible. Facebook doesn't allow to do it through settings.

WE ARE USING STYLES NOW WHERE NEW DESIGN IS NOT AVAILABLE. 

If it doesn't work, please DO NOT POST review, we are working on a fix. And we will give you an improved new version as soon as possible.


Facebook breaks their design every day - PLEASE BE PATIENT, DON'T POST BAD REVIEWS!

Use this small extension with easy design to revert to Facebook old layout. All you need - just choose what version you like!
Extension saves your setting automatically and you don't need to change it every time you open browser. 


Copyright note: Facebook™ is a registered trademark of Facebook Inc. This extension is neither endorsed by or affiliated with Facebook.                    

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

नाम Change design to old version for Facebook™ Change design to old version for Facebook™
ID poochamclojdlmdoagbpkfdodlkmgpfg
आधिकारिक URL https://chrome.google.com/webstore/detail/change-design-to-old-vers/poochamclojdlmdoagbpkfdodlkmgpfg
विवरण Change Facebook to Old Design (before Sep 2020) by changing your browser's configuration to one not supported by the new Facebook
फ़ाइल का आकार 58.3 KB
स्थापना संख्या 6,000
वर्तमान संस्करण 5.1
अंतिम अपडेट 2021-03-18
प्रकाशन तिथि 2020-09-20
रेटिंग 3.25/5 कुल 72 रेटिंग्स
डेवलपर tsundykyuliya
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Change design to old version for Facebook\u2122",
    "version": "5.1",
    "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 design to old version for Facebook\u2122"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Change Facebook to Old Design (before Sep 2020) by changing your browser's configuration to one not supported by the new Facebook",
    "default_locale": "en",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.facebook.com\/*",
        "tabs",
        "storage"
    ]
}