Perfect YaHei

Perfect YaHei

Force the use of “Microsoft YaHei” font for CJK text (though Chinese/Japanese/Korean text is not very useful for foreign users).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "minimum_chrome_version": "31",
  "version": "3.4.3.1",
  "name": "__MSG_EXT_NAME__",
  "short_name": "__MSG_EXT_SHORT_NAME__",
  "default_locale": "zh_CN",
  "description": "__MSG_EXT_DESCRIPTION__",
  "offline_enabled": true,
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "custom.css"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://*.youziku.com/*",
        "*://*.justfont.com/*"
      ],
      "js": [
        "custom.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "icons": {
    "128": "icon128.png"
  }
}