Comment Tone Analyzer Firefox

Examine source code of Comment Tone Analyzer

Por: Amira
Inspect and view changes in Comment Tone Analyzer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Comment Tone Analyzer",
  "version": "1.0",
  "description": "Analyze the emotional tone of comments on YouTube and Reddit.",
  "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": "{8b9987b8-b519-4ce0-bd35-ff5b173ea8d2}"
    }
  }
}

Melhores alternativas Comment Tone Analyzer

Aqui estão algumas Firefox add-ons que são similares a Comment Tone Analyzer: