HTML to Figma - by DemoWay (Pixel-Perfect Web to Figma Design)

Transform any web into Figma. It Just Pixel-Perfect, Free quota weekly. Even import multiple sequential webpages and actions at once
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 Figma - by DemoWay (Pixel-Perfect Web to Figma Design)",
  "description": "Transform any web into Figma. It Just Pixel-Perfect, Free quota weekly. Even import multiple sequential webpages and actions at once",
  "version": "1.7.1",
  "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-BwmPVByO.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-into-figma-DSTpBHWR.webm",
        "assets/search-X9pHSPVn.webm",
        "assets/pin_capture-the-page-DE2Xb3DU.webm",
        "assets/product-tour-one-click-one-page-BKumZSRE.webm",
        "assets/isolated-world-CsMaMSTw.js",
        "assets/event-DMctWtPX.js",
        "assets/index-BsvYYm92.js",
        "assets/content-script-C6rw8ksK.js",
        "assets/browser-polyfill-BPzcGCf6.js",
        "assets/switchMap-C8dBGlJp.js",
        "assets/chunk-ODNERRIQ-BJEeQe6s.js",
        "assets/chunk-VCGWCGR7-CSNjHrTN.js",
        "assets/index-ocgddrPg.js",
        "assets/index.esm-CgRmjNZK-D8a9lkqA.js",
        "assets/sha1-C6SaAxfD-DS7dYqVn.js",
        "assets/main-world.ts-Cqx_KS1u.js",
        "assets/interval-DUk8E8lW.js",
        "assets/_plugin-vue_export-helper-CcH4f10n.js",
        "assets/context-DDEmMG17.js",
        "assets/index.ts-DWNzUDvW.js"
      ],
      "use_dynamic_url": false
    }
  ]
}