YT Creator Catalog Firefox

Examine source code of YT Creator Catalog

Inspect and view changes in YT Creator Catalog source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YT Creator Catalog",
  "version": "1.0",
  "description": "Bookmark and organize YouTube channels with tags and notes",
  "icons": {
    "16": "src/assets/icons/icon16.png",
    "32": "src/assets/icons/icon32.png",
    "48": "src/assets/icons/icon48.png",
    "128": "src/assets/icons/icon128.png"
  },
  "permissions": [
    "https://www.youtube.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ytcreatorcatalog@streamstoria.com",
      "strict_min_version": "59.0"
    }
  },
  "browser_action": {
    "default_popup": "src/popup/index.html",
    "default_icon": {
      "16": "src/assets/icons/icon16.png",
      "32": "src/assets/icons/icon32.png",
      "48": "src/assets/icons/icon48.png",
      "128": "src/assets/icons/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "css": [
        "src/content/content.css"
      ],
      "js": [
        "src/content/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "src/manage/*"
  ],
  "background": {
    "scripts": [
      "src/background/background.js"
    ]
  }
}

Best YT Creator Catalog Alternatives

Here are some Firefox add-ons that are similar to YT Creator Catalog: