LinkedIn Feed Blocker

Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content.

Cos'è LinkedIn Feed Blocker?

LinkedIn Feed Blocker è un'estensione di Chrome sviluppata da Luc Boruta, e la sua funzione principale è "Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione LinkedIn Feed Blocker

Scarica i file di estensione LinkedIn Feed Blocker 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

                        Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content. This extension is open source software, see the homepage URL for more information.                    

Informazioni di Base sull'Estensione

Nome LinkedIn Feed Blocker LinkedIn Feed Blocker
ID bacadbohjalkmmopkbfjhpafninfhano
URL Ufficiale https://chrome.google.com/webstore/detail/linkedin-feed-blocker/bacadbohjalkmmopkbfjhpafninfhano
Descrizione Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content.
Dimensione del File 64.08 KB
Conteggio Installazioni 3,000
Versione Corrente 0.0.2
Ultimo Aggiornamento 2019-10-17
Data di Pubblicazione 2019-10-17
Valutazione 4.68/5 Totale 40 Valutazioni
Sviluppatore Luc Boruta
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/lucboruta/linkedin-feed-blocker
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "linkedin-feed-blocker.css"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ]
        }
    ],
    "description": "Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content.",
    "icons": {
        "16": "img\/ghost-16.png",
        "128": "img\/ghost-128.png",
        "512": "img\/ghost-512.png"
    },
    "manifest_version": 2,
    "name": "LinkedIn Feed Blocker",
    "version": "0.0.2"
}