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是由Inti De Ceukelaire开发的Chrome扩展程序,该扩展的主要功能是“Get rid of the photos and videos section on top of a page”。

下载Old Facebook Page Layout扩展crx文件

下载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"
            ]
        }
    ]
}