Hide News for Facebook with Timer

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

Qu'est-ce que Hide News for Facebook with Timer ?

Hide News for Facebook with Timer est une extension Chrome développée par https://www.brovalex.com, et sa fonction principale est "Show and hide the news feed with the click of a button, now with a timer.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Hide News for Facebook with Timer

Téléchargez les fichiers d'extension Hide News for Facebook with Timer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Hide News for Facebook with Timer Hide News for Facebook with Timer
ID fohdbaioejiekbmphjempgmniojhjgin
URL Officiel https://chromewebstore.google.com/detail/hide-news-for-facebook-wi/fohdbaioejiekbmphjempgmniojhjgin
Description Show and hide the news feed with the click of a button, now with a timer.
Taille du Fichier 10.41 KB
Nombre d'Installations 270
Version Actuelle 1.9
Dernière Mise à Jour 2017-07-12
Date de Publication 2017-07-12
Évaluation 4.14/5 Total 7 Évaluations
Développeur https://www.brovalex.com
Type de Paiement free
Site Web de l'Extension http://www.brovalex.com
Langues Prises en Charge 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"
    ]
}