LinkedIn Adblock

Block ads and sponsored posts from your LinkedIn feed

Wat is LinkedIn Adblock?

LinkedIn Adblock is een Chrome-extensie ontwikkeld door elhardoum, en de belangrijkste functie is "Block ads and sponsored posts from your LinkedIn feed".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie LinkedIn Adblock

Download LinkedIn Adblock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension once activated will prevent ads and promoted posts from showing up in your LinkedIn activity feed                    

Basisinformatie over de Extensie

Naam LinkedIn Adblock LinkedIn Adblock
ID pjapieknidbidbocbkodfoadjifpojpi
Officiële URL https://chrome.google.com/webstore/detail/linkedin-adblock/pjapieknidbidbocbkodfoadjifpojpi
Beschrijving Block ads and sponsored posts from your LinkedIn feed
Bestandsgrootte 18.46 KB
Aantal Installaties 150
Huidige Versie 0.2.2
Laatst Bijgewerkt 2022-12-14
Publicatiedatum 2022-07-14
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar elhardoum
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LinkedIn Adblock",
    "short_name": "LinkedIn Adblock",
    "description": "Block ads and sponsored posts from your LinkedIn feed",
    "version": "0.2.2",
    "icons": {
        "96": ".\/src\/assets\/icon.png"
    },
    "action": {
        "default_icon": {
            "96": ".\/src\/assets\/icon.png"
        },
        "default_popup": ".\/src\/popup\/index.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                ".\/src\/content\/inject.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [],
    "host_permissions": [
        "https:\/\/www.linkedin.com\/*"
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "src\/content\/index.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "extension_ids": []
        }
    ]
}