Helianthus.annuus
Greatly enhance the experience of HKGolden Forum
Hvad er Helianthus.annuus?
Helianthus.annuus er en Chrome-udvidelse udviklet af project.helianthus, og dens hovedfunktion er "Greatly enhance the experience of HKGolden Forum".
Udvidelsesskærmbilleder
Download Helianthus.annuus-udvidelses-CRX-fil
Download Helianthus.annuus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
提供大量獨特功能,大幅提升香港高登討論區(hkgolden.com)的體驗。 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | gelkllafbnhilefggkgjgjanooclhddn |
| Officiel URL | https://chromewebstore.google.com/detail/helianthusannuus/gelkllafbnhilefggkgjgjanooclhddn |
| Beskrivelse | Greatly enhance the experience of HKGolden Forum |
| Filstørrelse | 157 KB |
| Antal Installationer | 3,280 |
| Nuværende Version | 3.10.16.6269 |
| Senest Opdateret | 2019-03-08 |
| Udgivelsesdato | 2019-03-08 |
| Bedømmelse | 4.65/5 Samlet 86 Bedømmelser |
| Udvikler | project.helianthus |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/helianthus/Helianthus.annuus |
| Understøttede Sprog | 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"
]
} | |