Comment Insight Summary Firefox

Examine source code of Comment Insight Summary

Inspect and view changes in Comment Insight Summary source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "version": "1.0",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "activeTab",
    "scripting",
    "tabs"
  ],
  "host_permissions": [
    "*://www.youtube.com/*",
    "*://www.reddit.com/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*",
        "*://www.reddit.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "128": "icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8b9388b1-b555-6ce5-bd91-ff2b173ea8d2}",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "collects_data": false
      }
    }
  }
}

Best Comment Insight Summary Alternatives

Here are some Firefox add-ons that are similar to Comment Insight Summary: