Helianthus.annuus
Greatly enhance the experience of HKGolden Forum
Cos'è Helianthus.annuus?
Helianthus.annuus è un'estensione di Chrome sviluppata da project.helianthus, e la sua funzione principale è "Greatly enhance the experience of HKGolden Forum".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Helianthus.annuus
Scarica i file di estensione Helianthus.annuus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
提供大量獨特功能,大幅提升香港高登討論區(hkgolden.com)的體驗。
Informazioni di Base sull'Estensione
Nome | Helianthus.annuus |
ID | gelkllafbnhilefggkgjgjanooclhddn |
URL Ufficiale | https://chromewebstore.google.com/detail/helianthusannuus/gelkllafbnhilefggkgjgjanooclhddn |
Descrizione | Greatly enhance the experience of HKGolden Forum |
Dimensione del File | 157 KB |
Conteggio Installazioni | 3,280 |
Versione Corrente | 3.10.16.6269 |
Ultimo Aggiornamento | 2019-03-08 |
Data di Pubblicazione | 2019-03-08 |
Valutazione | 4.65/5 Totale 86 Valutazioni |
Sviluppatore | project.helianthus |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/helianthus/Helianthus.annuus |
Lingue Supportate | 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" ] } |