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,
"default_locale": "en",
"name": "Twitter X Dm Outreach tool - X Cold Dm, Leads scraping, CRM",
"version": "1.4.49",
"description": "Get desired results from Twitter X Dm outreach. Close clients, book more qualified meetings",
"host_permissions": [
"https:\/\/twitter.com\/*",
"https:\/\/x.com\/*",
"https:\/\/api.x.com\/*",
"https:\/\/*.makeicook.com\/*"
],
"permissions": [
"storage",
"sidePanel",
"activeTab",
"tabs",
"scripting",
"alarms",
"notifications",
"unlimitedStorage"
],
"side_panel": {
"default_path": "src\/pages\/sidepanel\/index.html"
},
"options_page": "src\/pages\/options\/index.html",
"background": {
"service_worker": "src\/pages\/background\/index.js",
"type": "module"
},
"action": {
"default_icon": "icon-34.png"
},
"icons": {
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.makeicook.com\/*",
"https:\/\/twitter.com\/*",
"https:\/\/x.com\/*"
],
"js": [
"src\/pages\/contentInjected\/index.js"
],
"css": [
"assets\/css\/contentStyle1763195483529.chunk.css",
"content-script-style\/style.css"
]
},
{
"matches": [
"https:\/\/*.makeicook.com\/*",
"https:\/\/twitter.com\/*",
"https:\/\/x.com\/*"
],
"js": [
"src\/pages\/contentUI\/index.js"
]
}
],
"devtools_page": "src\/pages\/devtools\/index.html",
"web_accessible_resources": [
{
"resources": [
"assets\/js\/*.js",
"assets\/css\/*.css",
"icon-128.png",
"icon-34.png",
"inbox-message-icons\/*",
"copy-script-icon\/copy-icon.png",
"content-script-style\/style.css"
],
"matches": [
"https:\/\/*.makeicook.com\/*",
"https:\/\/twitter.com\/*",
"https:\/\/x.com\/*"
]
}
]
}