Hide Feed

Get things done without distractions.

Hide Feedとは何ですか?

Hide Feedはhttps://hidefeed.comによって開発されたChromeの拡張機能で、その主な機能は「Get things done without distractions.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Do you ever start watching one YouTube video and spend hours falling down the recommendations rabbit hole? 
Or open Gmail to write an email and end up reading all the new mail you received instead?
Or open Facebook or Twitter to check your notifications and end up scrolling through the feed?

That's because websites today are designed to suck you in and keep you engaged by constantly providing new content. Hide Feed prevents that by replacing feeds with beautiful images so that you can avoid distractions and stay focused. 

When you're finally ready to browse new posts, read new email, or watch recommended videos, you can show the feed with one click. With Hide Feed, you get to choose.

Crafted for your well-being by DK (dkthehuman.com)                    

拡張機能の基本情報

名前 Hide Feed Hide Feed
ID nfnpeneopnjggmcfdkhpjefammeonpjk
公式URL https://chromewebstore.google.com/detail/hide-feed/nfnpeneopnjggmcfdkhpjefammeonpjk
説明 Get things done without distractions.
ファイルサイズ 4.81 MB
インストール数 1,395
現在のバージョン 1.5.5
最終更新日 2021-03-20
公開日 2020-05-08
評価 4.93/5 合計 60 レビュー
開発者 https://hidefeed.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://hidefeed.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Get things done without distractions.",
    "version": "1.5.5",
    "name": "Hide Feed",
    "background": {
        "scripts": [
            "background\/bundle.js"
        ]
    },
    "permissions": [
        "storage",
        "idle",
        "unlimitedStorage"
    ],
    "optional_permissions": [
        ""
    ],
    "manifest_version": 2,
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon-16.png",
        "default_title": "Hide Feed"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "incognito": "split",
    "content_security_policy": "script-src 'self'; object-src 'self'"
}