Examine source code of 苏维Yandex引擎找客户

Inspect and view changes in 苏维Yandex引擎找客户 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "苏维Yandex引擎找客户",
  "description": "一个帮助客户通过yandex引擎快速拓展新客户的工具",
  "version": "1.2.5",
  "action": {
    "default_icon": {
      "16": "icon-16.png",
      "48": "icon-48.png",
      "128": "icon-128.png"
    },
    "default_title": "苏维Yandex引擎找客户"
  },
  "background": {
    "service_worker": "backgroundPage.js"
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "run_at": "document_idle",
      "matches": [
        "https://yandex.com/*",
        "https://yandex.ru/*",
        "https://yandex.eu/*",
        "https://yandex.by/*",
        "https://yandex.com.tr/*",
        "https://yandex.ua/*",
        "https://yandex.kz/*",
        "https://yandex.uz/*",
        "https://yandex.com.am/*",
        "https://yandex.az/*"
      ],
      "js": [
        "js/jquery-3.5.1.min.js",
        "content.js"
      ]
    }
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "permissions": [
    "webRequest",
    "storage",
    "cookies"
  ],
  "externally_connectable": {
    "ids": [
      "*"
    ],
    "matches": [
      "*://*/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "js/jquery-3.5.1.min.js",
        "index.html",
        "assets/*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}