Wine To Blood Wine

Wine To Blood Wine

Replaces normal words with their Star Trek counterparts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Wine To Blood Wine",
  "version": "1.2.1",
  "description": "Replaces normal words with their Star Trek counterparts.",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "js/content_script.js"
      ],
      "css": [
        "css/content_styles.css"
      ],
      "run_at": "document_end"
    }
  ]
}