Helianthus.annuus
Greatly enhance the experience of HKGolden Forum
Wat is Helianthus.annuus?
Helianthus.annuus is een Chrome-extensie ontwikkeld door project.helianthus, en de belangrijkste functie is "Greatly enhance the experience of HKGolden Forum".
Extensie Screenshots
Download het CRX-bestand van de extensie Helianthus.annuus
Download Helianthus.annuus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
提供大量獨特功能,大幅提升香港高登討論區(hkgolden.com)的體驗。 Basisinformatie over de Extensie
| Naam | |
| ID | gelkllafbnhilefggkgjgjanooclhddn |
| Officiële URL | https://chromewebstore.google.com/detail/helianthusannuus/gelkllafbnhilefggkgjgjanooclhddn |
| Beschrijving | Greatly enhance the experience of HKGolden Forum |
| Bestandsgrootte | 157 KB |
| Aantal Installaties | 3,280 |
| Huidige Versie | 3.10.16.6269 |
| Laatst Bijgewerkt | 2019-03-08 |
| Publicatiedatum | 2019-03-08 |
| Beoordeling | 4.65/5 Totaal 86 Beoordelingen |
| Ontwikkelaar | project.helianthus |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/helianthus/Helianthus.annuus |
| Ondersteunde Talen | 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"
]
} | |