Hide News for Facebook with Timer

Show and hide the news feed with the click of a button, now with a timer.

Hide News for Facebook with Timerとは何ですか?

Hide News for Facebook with Timerはhttps://www.brovalex.comによって開発されたChromeの拡張機能で、その主な機能は「Show and hide the news feed with the click of a button, now with a timer.」です。

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

screenshot
screenshot

Hide News for Facebook with Timer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        New in v1.7: Now with timer! + You can now hide your feed again after showing it (added hide feed button) + there is also a new timer that tracks the time spent reading your feed so that you can keep yourself in check!

Avoid getting distracted and procrastination by removing your newsfeed. Kill the news feed, get rid of its kittens and rabbit holes, and get productive! No more wasting time when you check your messages and notifications.

This extension lets you unhide your feed with a click of a button, so you don't need to uninstall it to see show your feed. The feed is hidden by default when you open the page. 

You will have access to your messages, notifications and all other functionality. You can continue using the site as you normally would. 

New in v1.4: the extension also now hides the "trending" and "suggested groups" panels on the right.                    

拡張機能の基本情報

名前 Hide News for Facebook with Timer Hide News for Facebook with Timer
ID fohdbaioejiekbmphjempgmniojhjgin
公式URL https://chromewebstore.google.com/detail/hide-news-for-facebook-wi/fohdbaioejiekbmphjempgmniojhjgin
説明 Show and hide the news feed with the click of a button, now with a timer.
ファイルサイズ 10.41 KB
インストール数 270
現在のバージョン 1.9
最終更新日 2017-07-12
公開日 2017-07-12
評価 4.14/5 合計 7 レビュー
開発者 https://www.brovalex.com
支払い方法 free
拡張機能のウェブサイト http://www.brovalex.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hide News for Facebook with Timer",
    "description": "Show and hide the news feed with the click of a button, now with a timer. ",
    "version": "1.9",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "feedblock.js"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "load.gif"
    ]
}