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
Eメール [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"
            ]
        }
    ]
}