Hide Feed

Get things done without distractions.

Τι είναι το Hide Feed;

Το Hide Feed είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://hidefeed.com, και η κύρια λειτουργία του είναι "Get things done without distractions.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Hide Feed

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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'"
}