Tag Snag

Tag Snag

Automatically snag all of your competitor's video tags on YouTube.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tag Snag",
  "description": "Automatically snag all of your competitor's video tags on YouTube.",
  "version": "3.0",
  "manifest_version": 3,
  "author": "Maxwell Pepper",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "http://*/",
    "https://*/"
  ],
  "action": {
    "default_popup": "pop.html"
  }
}