Agenty - Advanced Web Scraper

Agenty - Advanced Web Scraper

Web scraping software with AI to extract data from websites using point-and-click extension to get data from web crawling

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "2.9.6",
  "name": "Agenty - Advanced Web Scraper",
  "short_name": "Web Scraper",
  "description": "Web scraping software with AI to extract data from websites using point-and-click extension to get data from web crawling",
  "homepage_url": "https://agenty.com",
  "permissions": [
    "activeTab",
    "scripting",
    "identity",
    "identity.email"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "icons/agenty-16.png",
      "24": "icons/agenty-24.png",
      "32": "icons/agenty-32.png"
    },
    "default_title": "Agenty"
  },
  "icons": {
    "16": "icons/agenty-16.png",
    "24": "icons/agenty-24.png",
    "32": "icons/agenty-32.png",
    "48": "icons/agenty-48.png",
    "64": "icons/agenty-64.png",
    "128": "icons/agenty-128.png"
  },
  "content_security_policy": {
    "sandbox": "sandbox allow-scripts; script-src 'self';"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "pixel.gif",
        "/core/loader.js",
        "/core/agenty-iframe.html",
        "/core/agenty-iframe.js",
        "/core/angular.min.js",
        "/core/agenty-iframe.css",
        "/core/selectorgadget/selectorgadget.css",
        "/core/agenty-chrome.css",
        "/core/jquery.min.js",
        "/core/diff_match_patch.js",
        "/core/selectorgadget/dom.js",
        "/core/selectorgadget/core.js",
        "/core/agenty-chrome.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "oauth2": {
    "client_id": "422764263809-p2udfa6670hr4kc5qj9dsk19e17thskt.apps.googleusercontent.com",
    "scopes": [
      "openid",
      "email",
      "profile"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxS5hRJcw0bbu3LLV2f87CycTXM5Q6/3EZhoOL28DgeHpqBM5+fLii5N324ElXXZVFh3mqaS4pHvAtqOT30Ikf6TOGgdZ4yKuj3gSNp2iCvJ3yYv5re5kg0NVDAW4CitH3GCk3sWk0S3Y7hNlJ9oXAqqkSot7uJhBVNLIBmuBptdIZhn53SBP1Kk1Bn3t3WzBV6aiAYwTb97oNveojyLYMDDUu2cl32jAsMBd0JQ9UPYIBkCpS0ieG9GIUVFlhXL8FDPwi42Gqyi9zb8oYHTziMzHzVsng5JAiKwRYm7R7e+2jejteHgwCGlJCWZY5iAdRCnwKKAx3ciYM5zWomXdTQIDAQAB"
}