WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Spider ListCrawling Extension

Spider ListCrawling Extension

View on Chrome Web Store
View Spider ListCrawling Extension 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.

Web page element selection and data extraction tool
Type
Extension
Users
10 users
2
guanwei1225
View author page of guanwei1225
Published
Published on July 19, 2025
Version 2.0.3
Manifest version
3
Updated
Updated on August 2, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Spider ListCrawling Extension 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,
    "name": "Spider ListCrawling Extension",
    "version": "2.0.3",
    "description": "Web page element selection and data extraction tool",
    "permissions": [
        "activeTab",
        "sidePanel",
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "action": {
        "default_title": "ListCrawling"
    },
    "side_panel": {
        "default_path": "src\/sidepanel\/index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "favicon\/icon-16.png",
        "48": "favicon\/icon-48.png",
        "128": "favicon\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "preview.html",
                "preview.css",
                "js\/*",
                "exceljs.min.js",
                "FileSaver.min.js",
                "xlsx.full.min.js",
                "test-extension-context.html",
                "test-background-api.html",
                "test-storage-fix.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2025 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