ChatGPT TextCheck - analyze any text for Influence & Propaganda with AI

ChatGPT TextCheck - analyze any text for Influence & Propaganda with AI

The extension to help you avoid misinformation

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Feel free to explore"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "contentScript.js"
      ],
      "matches": [
        "https://*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "description": "The extension to help you avoid misinformation",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "manifest_version": 3,
  "name": "ChatGPT TextCheck - analyze any text for Influence & Propaganda with AI",
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "storage"
  ],
  "version": "1.4.1"
}