WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
DataScoop: Multi-Platform Content Collector

DataScoop: Multi-Platform Content Collector

View on Chrome Web Store
View DataScoop: Multi-Platform Content Collector Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Collect and analyze content from Reddit, X, Slack, and other platforms. Extract valuable data and insights from multiple sources.
Type
Extension
Users
4 users
1
Kwitwik
View author page of Kwitwik
Published
Published on May 16, 2024
Version 0.0.29
Manifest version
3
Updated
Updated on October 28, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View DataScoop: Multi-Platform Content Collector Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top