Examine source code of 直播弹幕助手

Inspect and view changes in 直播弹幕助手 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
{
  "name": "直播弹幕助手",
  "version": "1.0.0",
  "description": "直播弹幕助手",
  "icons": {
    "16": "img/icon.png",
    "48": "img/icon.png",
    "128": "img/icon.png"
  },
  "action": {
    "default_icon": {
      "24": "img/icon.png",
      "38": "img/icon.png"
    },
    "default_popup": "popup.html",
    "default_title": "弹幕直播助手"
  },
  "author": "https://www.shizhej.com/",
  "permissions": [
    "tabs",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/data.js",
        "js/jquery-1.8.3.js",
        "js/content-script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "options_page": "options.html",
  "background": {
    "service_worker": "js/background.js",
    "type": "module"
  },
  "homepage_url": "https://www.baidu.com",
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}