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",
"manifest_version": 3,
"name": "DM Dad - Automate X (Twitter) and Reddit Messages",
"version": "20.1",
"description": "Get unlimited leads on X (Twitter) + Reddit, with keyword auto DM, comment DM, and Page DMer.",
"permissions": [
"storage",
"unlimitedStorage"
],
"host_permissions": [
"http:\/\/localhost:5173\/*",
"https:\/\/dmdad.com\/*",
"https:\/\/www.reddit.com\/*",
"https:\/\/x.com\/*"
],
"background": {
"service_worker": "background\/background.js"
},
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/x.com\/*"
],
"run_at": "document_start",
"js": [
"content\/shared\/error-handler.js",
"content\/shared\/crm-helper.js",
"content\/shared\/templates.js",
"content\/shared\/popup.js",
"content\/shared\/browser-id-helper.js",
"content\/shared\/variables.js",
"content\/x\/shared_automation.js",
"content\/shared\/updateManager.js",
"content\/shared\/htmlloader.js",
"content\/shared\/auth\/content_auth.js",
"content\/shared\/Cursor.js",
"content\/shared\/ui-setup.js",
"content\/shared\/Lead.js",
"content\/x\/user.js",
"content\/x\/repository.js",
"content\/x\/passive_data_collector.js",
"content\/x\/keyword-dm\/automation.js",
"content\/x\/comment-dm\/automation.js",
"content\/x\/follow-up-dm\/automation.js",
"content\/x\/page-dm\/automation.js",
"content\/x\/list-dm\/automation.js",
"content\/x\/warm-up\/automation.js",
"content\/x\/api-mode\/automation.js",
"content\/x\/content.js",
"content\/x\/message-crm.js",
"content\/shared\/followup.js",
"content\/shared\/listdm.js",
"content\/x\/DFYmanager.js",
"content\/x\/test\/automation.js"
]
},
{
"matches": [
"https:\/\/www.reddit.com\/*"
],
"run_at": "document_start",
"js": [
"content\/shared\/templates.js",
"content\/shared\/error-handler.js",
"content\/shared\/crm-helper.js",
"content\/shared\/popup.js",
"content\/shared\/variables.js",
"content\/shared\/updateManager.js",
"content\/shared\/browser-id-helper.js",
"content\/shared\/htmlloader.js",
"content\/shared\/auth\/content_auth.js",
"content\/reddit\/shared_ui.js",
"content\/reddit\/api-mode\/automation.js",
"content\/reddit\/follow-up-dm\/automation.js",
"content\/reddit\/list-dm\/automation.js",
"content\/reddit\/warm-up\/automation.js",
"content\/shared\/Cursor.js",
"content\/shared\/ui-setup.js",
"content\/reddit\/User.js",
"content\/shared\/Lead.js",
"content\/reddit\/dmautomation.js",
"content\/reddit\/repository.js",
"content\/reddit\/passive.js",
"content\/reddit\/content.js",
"content\/reddit\/message-crm.js",
"content\/shared\/followup.js",
"content\/shared\/listdm.js",
"content\/reddit\/DFYmanager.js"
]
},
{
"matches": [
"https:\/\/chat.reddit.com\/*"
],
"run_at": "document_start",
"js": [
"content\/shared\/templates.js",
"content\/shared\/error-handler.js",
"content\/shared\/crm-helper.js",
"content\/shared\/variables.js",
"content\/shared\/updateManager.js",
"content\/shared\/auth\/content_auth.js",
"content\/shared\/Lead.js",
"content\/reddit\/User.js",
"content\/reddit\/dmautomation.js",
"content\/reddit\/repository.js",
"content\/reddit\/message-crm.js"
]
},
{
"matches": [
"https:\/\/dmdad.com\/*",
"http:\/\/localhost:5173\/*"
],
"run_at": "document_start",
"js": [
"content\/shared\/templates.js",
"content\/shared\/error-handler.js",
"content\/shared\/variables.js",
"content\/x\/user.js",
"content\/x\/repository.js",
"content\/shared\/auth\/website_auth.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"images\/*"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"content\/*"
],
"matches": [
"<all_urls>"
]
}
]
}