Old Facebook Page Layout

Get rid of the photos and videos section on top of a page

ما هو Old Facebook Page Layout؟

Old Facebook Page Layout هو إضافة Chrome تم تطويرها بواسطة Inti De Ceukelaire، والميزة الرئيسية لها هي "Get rid of the photos and videos section on top of a page".

تحميل ملف CRX للإضافة Old Facebook Page Layout

قم بتنزيل ملفات الامتداد Old Facebook Page Layout بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Get old Facebook page back                    

معلومات أساسية عن التمديد

الاسم Old Facebook Page Layout Old Facebook Page Layout
ID adnmjgapcidmkamdagnhgdbdigdmdmhd
عنوان URL الرسمي https://chrome.google.com/webstore/detail/old-facebook-page-layout/adnmjgapcidmkamdagnhgdbdigdmdmhd
الوصف Get rid of the photos and videos section on top of a page
حجم الملف 40.18 KB
عدد التثبيتات 1,000
النسخة الحالية 0.0.1
آخر تحديث 2016-11-23
تاريخ النشر 2016-11-23
تقييم 1.25/5 مجموع تقييمات 4
المطور Inti De Ceukelaire
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.google.com/policies/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Old Facebook Page Layout",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Get rid of the photos and videos section on top of a page",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "page action demo",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "http:\/\/*.facebook.com\/*",
        "https:\/\/*.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.facebook.com\/*",
                "https:\/\/*.facebook.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}