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 extension - Perfect for sales people", "version": "1.1.8", "description": "Get higher response rates and make more sales from twitter(X) Dm outreach", "host_permissions": [ "https:\/\/twitter.com\/*", "https:\/\/x.com\/*", "https:\/\/*.makeicook.com\/*" ], "permissions": [ "storage", "sidePanel", "activeTab", "tabs", "scripting", "alarms", "notifications" ], "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\/contentStyle1734900589653.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\/*" ] } ] }