No Feed

Hide the Facebook News Feed

No Feedとは何ですか?

No FeedはDavid Albertによって開発されたChromeの拡張機能で、その主な機能は「Hide the Facebook News Feed」です。

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

screenshot

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

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

拡張機能の使用方法

                        I find the Facebook News Feed too distracting. This extension hides it.                    

拡張機能の基本情報

名前 No Feed No Feed
ID ajhlinhaimmakhbabjcgmhchbpehgkog
公式URL https://chromewebstore.google.com/detail/no-feed/ajhlinhaimmakhbabjcgmhchbpehgkog
説明 Hide the Facebook News Feed
ファイルサイズ 10.28 KB
インストール数 42
現在のバージョン 1.4
最終更新日 2013-11-23
公開日 2013-11-23
評価 4.50/5 合計 2 レビュー
開発者 David Albert
支払い方法 free
拡張機能のウェブサイト http://github.com/davidbalbert/nofeed
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Feed",
    "version": "1.4",
    "manifest_version": 2,
    "description": "Hide the Facebook News Feed",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.facebook.com\/",
                "https:\/\/www.facebook.com\/",
                "http:\/\/www.facebook.com\/home.php",
                "https:\/\/www.facebook.com\/home.php"
            ],
            "css": [
                "nofeed.css"
            ]
        }
    ]
}