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™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย InviteTools และคุณลักษณะหลักของมันคือ "Don't you like new Facebook design? Use this extension which will automatically switch to the Classic design!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Switch to Classic design on Facebook™
ดาวน์โหลดไฟล์ส่วนขยาย Switch to Classic design on Facebook™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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\/*" ] } |