Helianthus.annuus

Greatly enhance the experience of HKGolden Forum

What is Helianthus.annuus?

Helianthus.annuus is a Chrome extension developed by project.helianthus, and its main feature is "Greatly enhance the experience of HKGolden Forum".

Extension Screenshots

screenshot

Download Helianthus.annuus Extension CRX File

Download Helianthus.annuus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        提供大量獨特功能,大幅提升香港高登討論區(hkgolden.com)的體驗。                    

Extension Basic Information

Name Helianthus.annuus Helianthus.annuus
ID gelkllafbnhilefggkgjgjanooclhddn
Official URL https://chromewebstore.google.com/detail/helianthusannuus/gelkllafbnhilefggkgjgjanooclhddn
Description Greatly enhance the experience of HKGolden Forum
File Size 157 KB
Installation Count 3,280
Current Version 3.10.16.6269
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 4.65/5 Total 86 Ratings
Developer project.helianthus
Payment Type free
Extension Website https://github.com/helianthus/Helianthus.annuus
Supported Languages zh-TW
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"
    ]
}