WebExtension.net
Toggle dark mode
WebExtension.net

Ghost Bad Jobs: Linkedin & Indeed

View on Chrome Web Store
View Ghost Bad Jobs: Linkedin & Indeed Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (5 ratings)
1 new ratings
3 views
This extension has been viewed 3 times

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

Verify jobs before you submit an application.
Type
Extension
Users
642 users
265
NoMoreAI
View author page of NoMoreAI
Published
Published on January 15, 2025
Version 2.0
Manifest version
3
Updated
Updated on January 21, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Ghost Bad Jobs: Linkedin & Indeed 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",
    "name": "Ghost Bad Jobs: Linkedin & Indeed",
    "version": "2.0",
    "description": "Verify jobs before you submit an application.",
    "manifest_version": 3,
    "icons": {
        "16": "images\/ghost-16.png",
        "32": "images\/ghost-32.png",
        "48": "images\/ghost-48.png",
        "128": "images\/ghost-128.png"
    },
    "permissions": [
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/ghostbadjobs.com\/*",
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/*.indeed.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.linkedin.com\/jobs\/search\/*",
                "*:\/\/*.linkedin.com\/jobs\/collections\/*"
            ],
            "js": [
                ".\/contents\/linkedin.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.indeed.com\/*",
                "*:\/\/*.indeed.com\/jobs*"
            ],
            "js": [
                ".\/contents\/indeed.js"
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{daf44bf7-a45e-4350-279c-91cf07434c3d}"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "data\/staffingAgency.json",
                "images\/icons8-ghost-30.png",
                "images\/glassdoor.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
WebExtension.net

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

© 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