Ad Library downloader

Ad Library downloader

Spy on your competitor's ads by saving their ads from the Ads library and other sources

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.0.3",
  "name": "Ad Library downloader",
  "homepage_url": "https://swipekit.app",
  "description": "Spy on your competitor's ads by saving their ads from the Ads library and other sources",
  "permissions": [
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "*://*.localhost/*",
    "*://*.swipekit.app/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://www.facebook.com/*",
        "*://web.facebook.com/*",
        "*://*.tiktok.com/*",
        "*://*.linkedin.com/*",
        "*://*.adstransparency.google.com/*",
        "*://*.ads.pinterest.com/*"
      ],
      "js": [
        "webcomponents-bundle.js",
        "content.js"
      ]
    }
  ],
  "default_locale": "en",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAil1NDM3yHFkeK9mCjD7t8W7zNPMyeACOgEw9/FwvTAFaAyBYy1rhtguMKYdDmsW4ylY+vWpyNsctYcKK/Qfs9bLdJBZQhhF4WQu5xnoUykKh94OKkbLLSVcBjgEaUnalEkgYhJYCqaambs01Se+Vo7I2HbaNUhqgQk9GInqkM2jtnoyGmfa2UB1sMVoGMJRowhux05lZGQiotnAC7SYkWSffK3kPYYY4OJoyMs109pBBJn4BpEZ4G1YswCO071MssQToJGz/+fdPaod+D8Ym+l//AjvkkrnPf31NESragLRno7AJi27bPxuIV3yOJ9UI95NIWRHVqo5juJwPKI/9FQIDAQAB",
  "icons": {
    "128": "icons/128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Swipekit",
    "default_icon": {
      "48": "icons/48.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "https://app.swipekit.app/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "script.js",
        "tok-script.js",
        "linkedin-script.js",
        "pinterest-script.js",
        "iframe.html",
        "js/*",
        "icons/*",
        "fonts/*",
        "_locales/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "default-src 'self'; img-src https://file.swipekit.app 'self'; style-src 'unsafe-inline' 'self' 'unsafe-inline'; connect-src http://localhost:4000 https://api.swipekit.app"
  }
}