CommentGPT: AI Comment Assistant Firefox

Examine source code of CommentGPT: AI Comment Assistant

Inspect and view changes in CommentGPT: AI Comment Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "CommentGPT: AI Comment Assistant",
  "version": "2.4",
  "description": "CommentGPT uses AI and image analysis to create context-aware comments for social media. Works on all major platforms. Free to use.",
  "permissions": [
    "storage",
    "https://app.intovation.io/*"
  ],
  "browser_action": {
    "default_icon": {
      "16": "./assets/icon/logo16.png",
      "32": "./assets/icon/logo32.png",
      "48": "./assets/icon/logo48.png",
      "128": "./assets/icon/logo128.png"
    },
    "default_popup": "popup-secondary.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.facebook.com/*"
      ],
      "js": [
        "facebook_content_script.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://*.instagram.com/*"
      ],
      "js": [
        "instagram_content_script.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://*.x.com/*"
      ],
      "js": [
        "twitter_content_script.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://*.linkedin.com/*"
      ],
      "js": [
        "linkedin_content_script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "./assets/icon/logo16.png",
    "32": "./assets/icon/logo32.png",
    "48": "./assets/icon/logo48.png",
    "128": "./assets/icon/logo128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{0880f4e1-5056-45d0-bf07-19a2a6387550}"
    }
  }
}

Best CommentGPT: AI Comment Assistant Alternatives

Here are some Firefox add-ons that are similar to CommentGPT: AI Comment Assistant: