DBM Social Data Extractor tool is a lightweight and powerful tool, extract data social websites
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "Social DBM Extractor",
"version": "2.0",
"description": "DBM Social Data Extractor tool is a lightweight and powerful tool, extract data social websites",
"action": {
"default_popup": "index.html"
},
"host_permissions": [
"*://digibulkmarketing.com/*",
"*://api.digibulkmarketing.com/*",
"*://*.google.com/*",
"*://*.yahoo.com/*",
"*://*.bing.com/*"
],
"permissions": [
"tabs",
"storage",
"downloads",
"system.cpu",
"system.memory",
"system.display"
],
"background": {
"service_worker": "worker_wrapper.js"
},
"content_scripts": [
{
"js": [
"content.js",
"libphonenumber-max.js"
],
"matches": [
"*://*.google.com/search?q=*"
],
"run_at": "document_end"
}
],
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}