Heystak - Save Facebook & TikTok ads, free.

Heystak - Save Facebook & TikTok ads, free.

Save Facebook and TikTok ads.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Heystak - Save Facebook & TikTok ads, free.",
  "description": "Save Facebook and TikTok ads.",
  "version": "1.1",
  "icons": {
    "16": "logo-16x16.png",
    "48": "logo-48x48.png",
    "128": "logo-128x128.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.index.tsx-203fb53a-29b9ac82.js"
      ],
      "matches": [
        "http://localhost:5173/*",
        "https://app.heystak.io/*",
        "https://www.facebook.com/*",
        "https://ads.tiktok.com/*"
      ],
      "run_at": "document_end",
      "css": [
        "assets/index-67c1be78.css"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "externally_connectable": {
    "matches": [
      "http://localhost:5173/*",
      "https://app.heystak.io/*",
      "https://heystak.pages.dev/*",
      "https://stage.heystak.pages.dev/*"
    ],
    "accept_tls_channel_id": true
  },
  "web_accessible_resources": [
    {
      "matches": [
        "http://localhost:5173/*",
        "https://ads.tiktok.com/*",
        "https://app.heystak.io/*",
        "https://www.facebook.com/*"
      ],
      "resources": [
        "assets/react-c548f00a.js",
        "assets/browser-polyfill-265b61b3.js",
        "assets/index.tsx-203fb53a.js"
      ],
      "use_dynamic_url": true
    }
  ]
}