Bright Data

Bright Data

Changes location for manual data collection

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": {
      "19": "img/brd_19_inactive.png",
      "38": "img/brd_38_inactive.png",
      "48": "img/brd_48_inactive.png"
    },
    "default_popup": "popup.html",
    "default_title": "Bright Data"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "*://brightdata.com/*",
        "*://www.bright.cn/*",
        "*://lum-bext.com/*"
      ]
    }
  ],
  "description": "Changes location for manual data collection",
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "icons": {
    "16": "img/brd_16.png",
    "48": "img/brd_48.png",
    "96": "img/brd_96.png",
    "128": "img/brd_128.png"
  },
  "incognito": "spanning",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo6XERMpdXxsuNp/sHqMZHAF65ehsJjIqdxGtRIYmj/3rpKU0yGj9Jz/KyjOrZaN048s7vsmwhGZyA7xF4kGIdxbksCdSCzV4dUYvYdQPIXj16yulXX8yh7AdlYwch7hlX6AdY42nvSjUAsH8PljwTNTQ5L12C4kdpIyU3JlLrSCehdHs4u4mcNyVm1+XzpB20nmT141CmlH729dxIVTWICo+XQntBKQPa0HVP8524XGerYTdnhN/tDgIO1xsBejIFu7QOf+U7NUzOo/syde6Dux4e3qehYI94QP84nyaRkyCczXVFosgx+7bGVFCgkjG1PxFBGblgmT9sR03+X8VqwIDAQAB",
  "manifest_version": 3,
  "name": "Bright Data",
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "permissions": [
    "proxy",
    "webRequest",
    "webRequestAuthProvider",
    "declarativeNetRequest",
    "declarativeNetRequestFeedback",
    "tabs",
    "storage",
    "privacy",
    "cookies",
    "browsingData",
    "offscreen",
    "management"
  ],
  "version": "1.451.436",
  "web_accessible_resources": [
    {
      "resources": [
        "options.html",
        "options.js",
        "flags/*",
        "img/*",
        "fonts/*",
        "inject_script.js",
        "site_content.js",
        "error.html"
      ],
      "matches": [
        "*://brightdata.com/*",
        "*://www.bright.cn/*",
        "*://lum-bext.com/*"
      ]
    }
  ]
}