YouTube Ad URL Clipper

YouTube Ad URL Clipper

Bookmark YouTube Ads with Just One Click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_title": "YouTube Ad URL Clipper"
  },
  "author": {
    "name": "Jonny Chan",
    "url": "https://jonnychan.com/"
  },
  "background": {
    "service_worker": "sw.js"
  },
  "description": "Bookmark YouTube Ads with Just One Click",
  "homepage_url": "https://jonnychan.com/",
  "host_permissions": [
    "https://www.youtube.com/*"
  ],
  "icons": {
    "24": "24.png",
    "32": "32.png",
    "48": "48.png",
    "64": "64.png",
    "128": "128.png",
    "256": "256.png"
  },
  "manifest_version": 3,
  "name": "YouTube Ad URL Clipper",
  "permissions": [
    "scripting"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.2"
}