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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Script changes the layout to classic or try to improve the current new layout!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Change layout to classic for Facebook™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}