HighVocab: Vocabulary Builder

HighVocab: Vocabulary Builder

Boost English vocabulary with HighVocab. Save words and phrases, highlight while browsing, and rephrase sentences.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "HighVocab: Vocabulary Builder",
  "version": "1.4.2",
  "manifest_version": 3,
  "description": "Boost English vocabulary with HighVocab. Save words and phrases, highlight while browsing, and rephrase sentences.",
  "oauth2": {
    "client_id": "914906844456-n02osl3vlh4f85oeksjp1o69g54prchp.apps.googleusercontent.com",
    "scopes": [
      "profile email"
    ]
  },
  "icons": {
    "512": "logo.png"
  },
  "content_scripts": [
    {
      "js": [
        "static/js/content.js"
      ],
      "css": [
        "static/css/content.css"
      ],
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://www.youtube.com/*",
        "*://netflix.com/*",
        "*://docs.google.com/*",
        "*://drive.google.com/*",
        "*://calendar.google.com/*",
        "*://photos.google.com/*",
        "*://meet.google.com/*",
        "*://onedrive.live.com/*",
        "*://www.paypal.com/*",
        "*://bankofamerica.com/*",
        "*://chase.com/*",
        "*://wellsfargo.com/*",
        "*://citibank.com/*",
        "*://americanexpress.com/*",
        "*://www.ebay.com/*",
        "*://www.alibaba.com/*",
        "*://www.etsy.com/*",
        "*://www.hulu.com/*",
        "*://www.spotify.com/*",
        "*://www.disneyplus.com/*",
        "*://www.hbomax.com/*",
        "*://www.primevideo.com/*",
        "*://www.instagram.com/*",
        "*://www.snapchat.com/*",
        "*://www.tiktok.com/*",
        "*://www.pinterest.com/*",
        "*://www.highvocab.com/*"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "action": {
    "default_title": "High Vocab",
    "default_popup": "popup.html"
  }
}