WebScraper Pro Firefox

Examine source code of WebScraper Pro

제작자: b1az3r
Inspect and view changes in WebScraper Pro source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "WebScraper Pro",
  "version": "0.7.2.2",
  "description": "Scrape text, images, links, audio, and video with smart extraction, AI-powered extraction, batch queuing, session management, GwSS visualization, HuggingFace upload, and MLA/APA citations.",
  "author": "WebScraper Pro Team",
  "homepage_url": "https://github.com/minerofthesoal/Scraper",
  "browser_specific_settings": {
    "gecko": {
      "id": "webscraper-pro@minerofthesoal",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent",
          "websiteActivity"
        ],
        "optional": []
      }
    },
    "gecko_android": {
      "strict_min_version": "120.0"
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "downloads",
    "notifications",
    "webNavigation",
    "menus",
    "contextMenus",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    },
    "default_title": "WebScraper Pro",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "lib/utils.js",
      "lib/mla_citation.js",
      "lib/rate_limiter.js",
      "lib/session_manager.js",
      "lib/hf_upload.js",
      "lib/image_export.js",
      "lib/ai_extract.js",
      "lib/sanitizer.js",
      "lib/content_filter.js",
      "background/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/robots_checker.js",
        "content/selector.js",
        "content/scraper.js",
        "content/smart_extract.js",
        "content/auto_scan.js",
        "content/download_manager.js",
        "content/deobfuscator.js",
        "content/cookie_dismiss.js"
      ],
      "css": [
        "content/overlay.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "web_accessible_resources": [
    "icons/*",
    "gwss/*"
  ],
  "commands": {
    "start-selection": {
      "suggested_key": {
        "default": "Ctrl+Shift+S"
      },
      "description": "Start area selection"
    },
    "scrape-page": {
      "suggested_key": {
        "default": "Ctrl+Shift+P"
      },
      "description": "Scrape full page"
    },
    "scroll-scrape": {
      "suggested_key": {
        "default": "Ctrl+Shift+L"
      },
      "description": "Scroll & scrape entire page"
    },
    "auto-scan": {
      "suggested_key": {
        "default": "Ctrl+Shift+A"
      },
      "description": "Start auto-scan"
    },
    "stop-scrape": {
      "suggested_key": {
        "default": "Ctrl+Shift+X"
      },
      "description": "Stop all scraping"
    }
  }
}

최고의 WebScraper Pro 대안

다음은 WebScraper Pro과(와) 유사한 Firefox add-on입니다: