Helianthus.annuus
Greatly enhance the experience of HKGolden Forum
什么是Helianthus.annuus?
Helianthus.annuus是由project.helianthus开发的Chrome扩展程序,该扩展的主要功能是“Greatly enhance the experience of HKGolden Forum”。
扩展截图
下载Helianthus.annuus扩展crx文件
下载Helianthus.annuus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
提供大量獨特功能,大幅提升香港高登討論區(hkgolden.com)的體驗。
扩展基本信息
名称 | Helianthus.annuus |
ID | gelkllafbnhilefggkgjgjanooclhddn |
官方URL | https://chromewebstore.google.com/detail/helianthusannuus/gelkllafbnhilefggkgjgjanooclhddn |
简介 | Greatly enhance the experience of HKGolden Forum |
文件大小 | 157 KB |
安装次数 | 3,280 |
当前版本 | 3.10.16.6269 |
更新时间 | 2019-03-08 |
上架时间 | 2019-03-08 |
评分 | 4.65/5 共86次评分 |
开发者 | project.helianthus |
付费类型 | free |
扩展官网 | https://github.com/helianthus/Helianthus.annuus |
支持的语言 | 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" ] } |