Helianthus.annuus
Greatly enhance the experience of HKGolden Forum
Qu'est-ce que Helianthus.annuus ?
Helianthus.annuus est une extension Chrome développée par project.helianthus, et sa fonction principale est "Greatly enhance the experience of HKGolden Forum".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Helianthus.annuus
Téléchargez les fichiers d'extension Helianthus.annuus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
提供大量獨特功能,大幅提升香港高登討論區(hkgolden.com)的體驗。
Informations de Base sur l'Extension
Nom | Helianthus.annuus |
ID | gelkllafbnhilefggkgjgjanooclhddn |
URL Officiel | https://chromewebstore.google.com/detail/helianthusannuus/gelkllafbnhilefggkgjgjanooclhddn |
Description | Greatly enhance the experience of HKGolden Forum |
Taille du Fichier | 157 KB |
Nombre d'Installations | 3,280 |
Version Actuelle | 3.10.16.6269 |
Dernière Mise à Jour | 2019-03-08 |
Date de Publication | 2019-03-08 |
Évaluation | 4.65/5 Total 86 Évaluations |
Développeur | project.helianthus |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/helianthus/Helianthus.annuus |
Langues Prises en Charge | 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" ] } |