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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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
URL หน้านโยบายความเป็นส่วนตัว 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"
            ]
        }
    ]
}