ff

Make facebook less fussy

ffとは何ですか?

ffはEvanによって開発されたChromeの拡張機能で、その主な機能は「Make facebook less fussy」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

ff拡張機能のCRXファイルをダウンロード

ff拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ======
4/4/13: This extension hasn't been updated for Graph Search or New Timeline! Hold tight.
======

Makes news feed, chat, and timeline pages sleeker. Aggressively removes useless and redundant links and navigation. Adds animation for the mini-profile hover cards.                    

拡張機能の基本情報

名前 ff ff
ID cndkoffgejmacelibdocpnoappdjnolm
公式URL https://chromewebstore.google.com/detail/ff/cndkoffgejmacelibdocpnoappdjnolm
説明 Make facebook less fussy
ファイルサイズ 78.49 KB
インストール数 14
現在のバージョン 1.0.3
最終更新日 2013-04-05
公開日 2013-04-04
評価 4.20/5 合計 5 レビュー
開発者 Evan
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ff",
    "description": "Make facebook less fussy",
    "version": "1.0.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "css": [
                "fb.css"
            ]
        }
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "icon.png",
            "38": "[email protected]"
        },
        "default_title": "Fussy"
    }
}