Examine source code of HTML to MasterGo(一键将网页导入到 MasterGo)

Inspect and view changes in HTML to MasterGo(一键将网页导入到 MasterGo) 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": "HTML to MasterGo(一键将网页导入到 MasterGo)",
  "description": "将任何网页导入到 MasterGo 以继续编辑,像素级还原。快速设计迭代,抄作业神器",
  "version": "1.10.0",
  "icons": {
    "16": "logo@16.png",
    "48": "logo@48.png",
    "128": "logo@2x.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "activeTab",
    "identity",
    "declarativeNetRequest",
    "offscreen",
    "fontSettings"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "action": {
    "default_popup": "src/popup/index.html"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.ts-loader-jHimqZur.js"
      ],
      "all_frames": true,
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "src/pages/intermediary/index.html",
        "src/assets/*",
        "**/*.css",
        "assets/import-CJqgBlU4.mp4",
        "assets/pin_capture-the-page-DhnRaEFu.webm",
        "assets/product-tour-one-click-one-page-Csp52X8J.webm",
        "assets/isolated-world-DJc0BGBu.js",
        "assets/event-MvLzM3CM.js",
        "assets/index-2v689n5J.js",
        "assets/content-script-iElR3XWz.js",
        "assets/browser-polyfill-CXEqGn99.js",
        "assets/switchMap-Cb0pTU4z.js",
        "assets/chunk-ODNERRIQ-BnZcRkXG.js",
        "assets/chunk-VCGWCGR7-05K6kQs8.js",
        "assets/index-DLYjtyMK.js",
        "assets/index.esm-CgRmjNZK-D8a9lkqA.js",
        "assets/sha1-C6SaAxfD-DS7dYqVn.js",
        "assets/main-world.ts-C35OMOcC.js",
        "assets/interval-tFHaTcDW.js",
        "assets/_plugin-vue_export-helper-DnXESL6a.js",
        "assets/context-XYbduF29.js",
        "assets/index.ts-BeDwm-ZL.js"
      ],
      "use_dynamic_url": false
    }
  ]
}