Switch to Classic design on Facebook™
Don't you like new Facebook design? Use this extension which will automatically switch to the Classic design!
Switch to Classic design on Facebook™란 무엇입니까?
Switch to Classic design on Facebook™은(는) InviteTools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Don't you like new Facebook design? Use this extension which will automatically switch to the Classic design!"입니다.
확장 프로그램 스크린샷
Switch to Classic design on Facebook™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Don't like the new Facebook design? Facebook doesn't allow you to use old version? You want to use old layout of Facebook? HOW IT WORKS AFTER 17 March 2021? Facebook broke classic design again. We try to load classic design, but currently it is working for NOTIFICATIONS tabs of your pages. If the page is not loaded in classic design - we load it with classic theme and (sometimes) no ads. Install the extension - go to facebook and run it to select "classic design". We REMOVE Sponsored div (currently only for English version of website). We add possibility to ZOOM the page, so you can set a bigger zoom only for facebook websites. How script works: it doesn't read or use any information (of course there is no ads or popup as well), it just changes your browser version that is sent to facebook, so Facebook shows you the classic design for old browsers. Copyright note: Facebook™ is a registered trademark of Facebook Inc. This extension is neither endorsed by or affiliated with Facebook.
확장 프로그램 기본 정보
이름 | |
ID | oancckmjgaoejmbedngcoiakblhacbog |
공식 URL | https://chrome.google.com/webstore/detail/switch-to-classic-design/oancckmjgaoejmbedngcoiakblhacbog |
설명 | Don't you like new Facebook design? Use this extension which will automatically switch to the Classic design! |
파일 크기 | 90.34 KB |
설치 횟수 | 48,298 |
현재 버전 | 2023.03.11 |
최근 업데이트 | 2023-03-15 |
출시 날짜 | 2020-09-22 |
평점 | 4.32/5 총 1412 개의 평점 |
개발자 | InviteTools |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.switchtoclassic.com/ |
개인정보 보호 정책 페이지 URL | https://www.invitelikecomment.com/en/privacy-google |
지원되는 언어 | de,en,fr,nl,no,es,it,pl,pt-BR,sk,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extname__", "version": "2023.03.11", "manifest_version": 3, "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": { "16": "icon-16.png", "48": "icon-48.png" }, "default_popup": ".\/options.html", "default_title": "Switch to Classic design on Facebook\u2122" }, "content_scripts": [ { "css": [ "style.css" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_start" } ], "description": "__MSG_extdesc__", "homepage_url": "https:\/\/www.switchtoclassic.com\/", "default_locale": "en", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "permissions": [ "tabs", "storage" ], "host_permissions": [ "*:\/\/*.facebook.com\/*" ] } |