WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
One-Click Search eBay Similar Products

One-Click Search eBay Similar Products

View on Chrome Web Store
View One-Click Search eBay Similar Products Chrome Extension on Chrome Web Store
Add to bookmarks
3.7 (3 ratings)
1 new ratings
7 views
This extension has been viewed 7 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.

With our plugin, you can easily find similar products on eBay across multiple channels.
Type
Extension
Users
95 users
1
GPTDeveloper
View author page of GPTDeveloper
Published
Published on June 23, 2024
Version 1.0.0
Manifest version
3
Updated
Updated on February 6, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View One-Click Search eBay Similar Products 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",
    "manifest_version": 3,
    "version": "1.0.0",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/chrome.google.com",
    "default_locale": "en",
    "permissions": [],
    "host_permissions": [
        "*:\/\/ssl.google-analytics.com\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/16.png",
        "128": "icon\/16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/main.css",
                "css\/content.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "icon\/16.png",
        "default_title": "popup"
    },
    "options_page": "popup.html",
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "icon\/*",
                "css\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
    }
}
© 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