Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"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": [
"*:\/\/*\/*"
]
}