WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Content Ninja Suggest

Content Ninja Suggest

View on Chrome Web Store
View Content Ninja Suggest Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (10 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

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

Suggests relevant and thoughtful comments for LinkedIn posts, helping you engage in online discussions and add valuable insights.
Type
Extension
Users
344 users
2
content-ninja-dev-team
View author page of content-ninja-dev-team
Published
Published on March 21, 2023
Version 4.4.5
Manifest version
3
Updated
Updated on April 4, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Content Ninja Suggest Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Suggests relevant and thoughtful comments for LinkedIn posts, helping you engage in online discussions and add valuable insights.",
    "version": "4.4.5",
    "manifest_version": 3,
    "name": "Content Ninja Suggest",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/favicon.png"
    },
    "icons": {
        "128": "assets\/favicon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "sidebar.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.svg",
                "*.gif"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/contentninja-suggest.web.app\/*"
        ]
    }
}
© 2025 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