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
官方網址 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
電子郵箱 [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'"
}