Helianthus.annuus
Greatly enhance the experience of HKGolden Forum
Vad är Helianthus.annuus?
Helianthus.annuus är en Chrome-tillägg utvecklad av project.helianthus, och dess huvudfunktion är "Greatly enhance the experience of HKGolden Forum".
Tilläggsskärmbilder
Ladda ner Helianthus.annuus-förlängningens CRX-fil
Ladda ner Helianthus.annuus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
提供大量獨特功能,大幅提升香港高登討論區(hkgolden.com)的體驗。 Grundläggande Information om Tillägg
| Namn | |
| ID | gelkllafbnhilefggkgjgjanooclhddn |
| Officiell webbadress | https://chromewebstore.google.com/detail/helianthusannuus/gelkllafbnhilefggkgjgjanooclhddn |
| Beskrivning | Greatly enhance the experience of HKGolden Forum |
| Filstorlek | 157 KB |
| Antal Installationer | 3,280 |
| Aktuell Version | 3.10.16.6269 |
| Senast Uppdaterad | 2019-03-08 |
| Publiceringsdatum | 2019-03-08 |
| Betyg | 4.65/5 Totalt 86 Betyg |
| Utvecklare | project.helianthus |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/helianthus/Helianthus.annuus |
| Stödda Språk | 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"
]
} | |