WordSensei - GPT powered dictionary

WordSensei - GPT powered dictionary

WordSensei: Unleash linguistic potential with GPT. Instant definitions, synonyms, antonyms. Upgrade your vocabulary. Download now!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "WordSensei - GPT powered dictionary",
  "version": "0.5",
  "description": "WordSensei: Unleash linguistic potential with GPT. Instant definitions, synonyms, antonyms. Upgrade your vocabulary. Download now!",
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "md5.js",
        "fingerprint.js",
        "main.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*.png"
      ],
      "extension_ids": [
        "*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}