IsThisClickbait – YouTube Analyzer Firefox

Examine source code of IsThisClickbait – YouTube Analyzer

Inspect and view changes in IsThisClickbait – YouTube Analyzer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "IsThisClickbait – YouTube Analyzer",
  "version": "0.1.4",
  "description": "Analyze YouTube videos from the page: opens our site in a side panel or new tab to process and chat.",
  "action": {
    "default_title": "IsThisClickbait",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "scripting",
    "menus",
    "webNavigation",
    "storage"
  ],
  "host_permissions": [
    "https://app.isthisclickbait.com/*",
    "https://www.youtube.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "sidebar_action": {
    "default_panel": "panel.html",
    "default_title": "IsThisClickbait",
    "default_icon": "icons/icon48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://app.isthisclickbait.com/*"
      ],
      "js": [
        "relay.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "support@isthisclickbait.com"
    }
  }
}

Best IsThisClickbait – YouTube Analyzer Alternatives

Here are some Firefox add-ons that are similar to IsThisClickbait – YouTube Analyzer: