Feedless Facebook

Hides the facebook newsfeed

Feedless Facebookとは何ですか?

Feedless Facebookはhttp://www.owocki.comによって開発されたChromeの拡張機能で、その主な機能は「Hides the facebook newsfeed」です。

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

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

拡張機能の使用方法

                        Tired of browsing your newsfeed for 3 minutes every time you go to facebook?  Feedless Facebook prevents this temptation by hiding your newsfeed.                    

拡張機能の基本情報

名前 Feedless Facebook Feedless Facebook
ID dkkihkgglcnciamkeochpchahlegepif
公式URL https://chrome.google.com/webstore/detail/feedless-facebook/dkkihkgglcnciamkeochpchahlegepif
説明 Hides the facebook newsfeed
ファイルサイズ 3.11 KB
インストール数 40
現在のバージョン 1.0
最終更新日 2014-05-25
公開日 2014-05-25
評価 3.50/5 合計 2 レビュー
開発者 http://www.owocki.com
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Feedless Facebook",
    "version": "1.0",
    "description": "Hides the facebook newsfeed",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}