WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Dropship - Product Research

Dropship - Product Research

View on Chrome Web Store
View Dropship - Product Research Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (535 ratings)
1 new 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.

Spy on Facebook ads and Shopify stores to find winning products and make data-driven decisions.
Type
Extension
Users
100,000 users
Website dropship.io
Dropship.io
View author page of Dropship.io
Published
Published on May 30, 2023
Version 2.3.5
Manifest version
3
Updated
Updated on December 22, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Dropship - Product Research 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": "Dropship - Product Research",
    "version": "2.3.5",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "description": "Spy on Facebook ads and Shopify stores to find winning products and make data-driven decisions.",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "action": {
        "default_icon": "logo48.png",
        "default_title": "Dropship"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.dropship.io\/*",
            "https:\/\/*.dropship.dataforest.tech\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "exclude_matches": [
                "https:\/\/app-adsaver.prod.dropship.io\/*"
            ],
            "js": [
                "static\/js\/main.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.facebook.com\/ads\/library\/*"
            ],
            "exclude_matches": [
                "https:\/\/app-adsaver.prod.dropship.io\/*"
            ],
            "js": [
                "static\/js\/main.js",
                "lib\/jszip.min.js",
                "lib\/FileSaver.min.js",
                "fbAdLibrary\/content.js"
            ],
            "css": [
                "fbAdLibrary\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/css\/*",
                "static\/js\/*",
                "static\/media\/*",
                "adSaver\/*",
                "*.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "identity",
        "identity.email",
        "webRequest",
        "scripting"
    ],
    "background": {
        "service_worker": "app\/background.js"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}
© 2026 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