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": "DataScoop: Multi-Platform Content Collector",
"version": "0.0.29",
"description": "Collect and analyze content from Reddit, X, Slack, and other platforms. Extract valuable data and insights from multiple sources.",
"permissions": [
"storage",
"sidePanel",
"tabs",
"declarativeNetRequest"
],
"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_popup": "src\/pages\/popup\/index.html",
"default_icon": "icon32.png"
},
"icons": {
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.twitter.com\/*",
"https:\/\/*.x.com\/*",
"https:\/\/*.slack.com\/*",
"https:\/\/*.reddit.com\/*"
],
"js": [
"src\/pages\/contentInjected\/index.js"
],
"css": [
"assets\/css\/contentStyle1761473976656.chunk.css"
]
},
{
"matches": [
"https:\/\/*.twitter.com\/*",
"https:\/\/*.x.com\/*",
"https:\/\/*.slack.com\/*",
"https:\/\/*.reddit.com\/*"
],
"js": [
"src\/pages\/contentUI\/index.js"
]
}
],
"devtools_page": "src\/pages\/devtools\/index.html",
"host_permissions": [
"http:\/\/*:11434\/api\/tags",
"http:\/\/*:11434\/api\/generate",
"https:\/\/*:11434\/api\/tags",
"https:\/\/*:11434\/api\/generate",
"https:\/\/api.anthropic.com\/v1\/messages",
"https:\/\/rajatdhoot.com\/*",
"http:\/\/localhost:3000\/*"
],
"web_accessible_resources": [
{
"resources": [
"assets\/js\/*.js",
"assets\/css\/*.css",
"icon128.png",
"icon32.png",
"assets\/png\/*.png"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}