Ad Library - Ads Spy Tool For YouTube™

Ad Library - Ads Spy Tool For YouTube™

Free AdSpy tool for YouTube™ Ad Library. Search best ads examples. Find winning products.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {},
  "icons": {
    "128": "icons/youtube-adlib.png"
  },
  "default_locale": "en",
  "description": "__MSG_extDes__",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "css/content-script.2ca3f7f5.css"
      ],
      "js": [
        "js/content-script.js"
      ],
      "all_frames": false,
      "run_at": "document_end"
    }
  ],
  "version": "1.0.8"
}