LinkedIn Feed Blocker

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

Vad är LinkedIn Feed Blocker?

LinkedIn Feed Blocker är en Chrome-tillägg utvecklad av Luc Boruta, och dess huvudfunktion är "Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content.".

Tilläggsskärmbilder

screenshot

Ladda ner LinkedIn Feed Blocker-förlängningens CRX-fil

Ladda ner LinkedIn Feed Blocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn LinkedIn Feed Blocker LinkedIn Feed Blocker
ID bacadbohjalkmmopkbfjhpafninfhano
Officiell webbadress https://chrome.google.com/webstore/detail/linkedin-feed-blocker/bacadbohjalkmmopkbfjhpafninfhano
Beskrivning Block your LinkedIn feed to remove updates from your network, companies you follow, recommended content, and sponsored content.
Filstorlek 64.08 KB
Antal Installationer 3,000
Aktuell Version 0.0.2
Senast Uppdaterad 2019-10-17
Publiceringsdatum 2019-10-17
Betyg 4.68/5 Totalt 40 Betyg
Utvecklare Luc Boruta
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/lucboruta/linkedin-feed-blocker
Stödda Språk 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"
}