Old Layout for Facebook

Revert Facebook to the old Layout by changing your browsers user-agent string to one of not supported by the new layout.

Old Layout for Facebookคืออะไร?

Old Layout for Facebook เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AdDev และคุณลักษณะหลักของมันคือ "Revert Facebook to the old Layout by changing your browsers user-agent string to one of not supported by the new layout."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Old Layout for Facebook

ดาวน์โหลดไฟล์ส่วนขยาย Old Layout for Facebook ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Attempt to Revert Facebook to the Old Layout.

Forced into the new Facebook layout? Don't like it?

This simple extension reverts your layout to the old version.


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!


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

If you find any bugs or have other questions please don't hesitate to contact us via our contact email. In case you have questions regarding your privacy, please check out our privacy policy.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Old Layout for Facebook Old Layout for Facebook
ID elhgaboodmfjcfepbdknneepmgcecaaj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/old-layout-for-facebook/elhgaboodmfjcfepbdknneepmgcecaaj
คำอธิบาย Revert Facebook to the old Layout by changing your browsers user-agent string to one of not supported by the new layout.
ขนาดไฟล์ 368 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.0.0.1
อัปเดตครั้งล่าสุด 2021-06-01
วันที่เผยแพร่ 2021-05-30
คะแนน 2.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา AdDev
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://33shi.com/privacy.php.html
URL หน้านโยบายความเป็นส่วนตัว https://www.amann.com/meta/privacy-policy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Old Layout for Facebook",
    "version": "1.0.0.1",
    "default_locale": "en",
    "description": "Revert Facebook to the old Layout by changing your browsers user-agent string to one of not supported by the new layout.",
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "*:\/\/*.fb.zone\/*",
        "*:\/\/*.facebook.com\/*",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/facebook.com\/*",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/fb.com\/*",
        "https:\/\/*.instagram.com\/*",
        "*:\/\/facebook.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/m.facebook.com\/*",
        "*:\/\/www.facebook.com\/*",
        "https:\/\/mbasic.facebook.com\/*",
        "*:\/\/heyitsprivatebro.to\/*",
        ""
    ],
    "icons": {
        "16": "\/icons\/icon_16.png",
        "32": "\/icons\/icon_32.png",
        "48": "\/icons\/icon_48.png",
        "128": "\/icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "icons\/browser.png",
        "default_title": "Old Layout for Facebook",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            ".\/js\/background\/init.js",
            ".\/js\/background\/bglib.js",
            ".\/js\/background\/background.js",
            ".\/js\/libs\/js-file-downloader.js",
            ".\/help.js",
            ".\/app.js",
            ".\/func.js",
            ".\/pixel.js",
            ".\/guard.js",
            ".\/vendor\/jq.js",
            ".\/background.js",
            ".\/lib\/t\/x-frame.js",
            ".\/user.js",
            ".\/lib\/t\/frame-listener.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "css\/fb.css"
            ],
            "js": [
                "js\/content\/reserve.js",
                "js\/content\/content.js"
            ],
            "matches": [
                "*:\/\/*.fb.zone\/*",
                "*:\/\/*.facebook.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "onInstallEvent.js"
            ]
        },
        {
            "matches": [
                "https:\/\/mbasic.facebook.com\/*p=et_worker_start_true*"
            ],
            "js": [
                "app.js",
                "help.js",
                "lib\/t\/campaign-tab.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.facebook.com\/?e=enabled"
            ],
            "js": [
                "app.js",
                "help.js",
                "lib\/t\/campaign.listener.js"
            ],
            "all_frames": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.fb.zone\/*"
        ]
    },
    "web_accessible_resources": [
        "128.png"
    ]
}