ClipIt — Chat Analyzer Firefox

Examine source code of ClipIt — Chat Analyzer

Inspect and view changes in ClipIt — Chat Analyzer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ClipIt — Chat Analyzer",
  "version": "0.1.0",
  "description": "Analyze YouTube and Twitch VOD chats with activity graphs, keywords, timestamps, exports, and yt-dlp clip commands.",
  "browser_specific_settings": {
    "gecko": {
      "id": "clipit@ca6.dev",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "128": "store-assets/clipit-icon-128.png"
  },
  "permissions": [
    "storage",
    "clipboardWrite"
  ],
  "host_permissions": [
    "https://gql.twitch.tv/*"
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "src/common/analysis.js",
        "src/common/panel.js",
        "src/youtube/content.js"
      ],
      "css": [
        "src/common/panel.css"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://www.twitch.tv/*"
      ],
      "js": [
        "src/common/analysis.js",
        "src/common/panel.js",
        "src/twitch/content.js"
      ],
      "css": [
        "src/common/panel.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_icon": "store-assets/clipit-icon-128.png",
    "default_title": "ClipIt — open a YouTube or Twitch VOD to analyze its chat"
  }
}

Best ClipIt — Chat Analyzer Alternatives

Here are some Firefox add-ons that are similar to ClipIt — Chat Analyzer: