Helianthus.annuus

Helianthus.annuus

Greatly enhance the experience of HKGolden Forum

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Helianthus.annuus",
  "version": "3.10.16.6269",
  "manifest_version": 2,
  "description": "Greatly enhance the experience of HKGolden Forum",
  "icons": {
    "48": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://forum.hkgolden.com/*",
        "https://forum.hkgolden.com/*"
      ],
      "js": [
        "inject.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "permissions": [
    "http://forum.hkgolden.com/*",
    "https://forum.hkgolden.com/*"
  ],
  "web_accessible_resources": [
    "annuus.js"
  ]
}