WebExtension.net
WebExtension.net

No LinkedIn News

View on Chrome Web Store
View No LinkedIn News Chrome Extension on Chrome Web Store
5.0 (1 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Hide LinkedIn News on the home page and in individual news articles.
Type
Extension
Users
28 users
1
decemberthedeveloper
View author page of decemberthedeveloper
Published
Published on May 16, 2023
Version 0.0.3
Manifest version
3
Updated
Updated on September 23, 2023
View on Chrome Web Store
View No LinkedIn News Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "No LinkedIn News",
    "version": "0.0.3",
    "description": "Hide LinkedIn News on the home page and in individual news articles.",
    "permissions": [
        "tabs",
        "scripting"
    ],
    "icons": {
        "16": "images\/newspaper-emoji.png",
        "32": "images\/newspaper-emoji-32.png",
        "48": "images\/newspaper-emoji-48.png",
        "128": "images\/newspaper-emoji-128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*.css"
            ],
            "extension_ids": [
                "elaobedgdmbhchnbjcfpkcgdjhfnemdk"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.linkedin.com\/news\/*",
                "*:\/\/www.linkedin.com\/feed\/*"
            ],
            "css": [
                "css\/feed.css",
                "css\/news.css"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/www.linkedin.com\/news\/*",
        "*:\/\/www.linkedin.com\/feed\/*"
    ],
    "action": {
        "default_popup": "popup.html"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top