Free AI Youtube Video Tags Generator TubeAide

Free AI Youtube Video Tags Generator TubeAide

Boost Video with Free AI Youtube Video Tags Generator TubeAIde: Titles, Tags, Descriptions, Hooks, Outlines Creation in 25 languages

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "tubeaide",
  "description": "Boost Video with Free AI Youtube Video Tags Generator TubeAIde: Titles, Tags, Descriptions, Hooks, Outlines Creation in 25 languages",
  "name": "Free AI Youtube Video Tags Generator TubeAide",
  "version": "1.0.4",
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icons/512.png",
      "19": "icons/512.png",
      "32": "icons/512.png",
      "38": "icons/512.png"
    },
    "default_popup": "src/entries/popup/index.html"
  },
  "background": {
    "service_worker": "serviceWorker.js",
    "type": "module"
  },
  "host_permissions": [
    "https://api.tubeaide.com/*"
  ],
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "icons/512.png",
    "19": "icons/512.png",
    "32": "icons/512.png",
    "38": "icons/512.png",
    "48": "icons/512.png",
    "64": "icons/512.png",
    "96": "icons/512.png",
    "128": "icons/512.png",
    "256": "icons/512.png",
    "512": "icons/512.png"
  },
  "options_ui": {
    "page": "src/entries/options/index.html",
    "open_in_tab": true
  }
}