Hide News Feed

Hide the Facebook(new design) News Feed to focus more on your goals

Cos'è Hide News Feed?

Hide News Feed è un'estensione di Chrome sviluppata da Mahmoud Zohdi, e la sua funzione principale è "Hide the Facebook(new design) News Feed to focus more on your goals".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Hide News Feed

Scarica i file di estensione Hide News Feed in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Hide News Feed is a chrome extension to hide the Facebook(new design) News Feed to focus more on your goals.                    

Informazioni di Base sull'Estensione

Nome Hide News Feed Hide News Feed
ID eklocgfahbmpdaakegdgommndamckmak
URL Ufficiale https://chromewebstore.google.com/detail/hide-news-feed/eklocgfahbmpdaakegdgommndamckmak
Descrizione Hide the Facebook(new design) News Feed to focus more on your goals
Dimensione del File 7.99 KB
Conteggio Installazioni 24
Versione Corrente 1.0.3
Ultimo Aggiornamento 2020-04-21
Data di Pubblicazione 2020-04-16
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Mahmoud Zohdi
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide News Feed",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Hide the Facebook(new design) News Feed to focus more on your goals",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/",
                "https:\/\/*.facebook.com\/?*"
            ],
            "css": [
                "hide-facebook-newsfeed.css"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}