tubeSeek :Personal YouTube tags, any language

tubeSeek :Personal YouTube tags, any language

tubeSeek makes recollecting hard to find videos easier. Use your own tags for videos

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "tubeSeek :Personal YouTube tags, any language",
  "description": "tubeSeek makes recollecting hard to find videos easier. Use your own tags for videos",
  "version": "0.4",
  "author": "Avi R",
  "permissions": [
    "activeTab"
  ],
  "action": {
    "default_icon": "images/icon32.png",
    "icons": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    },
    "default_title": "tubeSeek",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  }
}