Helianthus.annuus

Greatly enhance the experience of HKGolden Forum

Helianthus.annuusคืออะไร?

Helianthus.annuus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย project.helianthus และคุณลักษณะหลักของมันคือ "Greatly enhance the experience of HKGolden Forum"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Helianthus.annuus

ดาวน์โหลดไฟล์ส่วนขยาย Helianthus.annuus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        提供大量獨特功能,大幅提升香港高登討論區(hkgolden.com)的體驗。                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Helianthus.annuus Helianthus.annuus
ID gelkllafbnhilefggkgjgjanooclhddn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/helianthusannuus/gelkllafbnhilefggkgjgjanooclhddn
คำอธิบาย Greatly enhance the experience of HKGolden Forum
ขนาดไฟล์ 157 KB
จำนวนการติดตั้ง 3,280
เวอร์ชันปัจจุบัน 3.10.16.6269
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 4.65/5 รวมทั้งหมด 86 คะแนน
ผู้พัฒนา project.helianthus
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/helianthus/Helianthus.annuus
ภาษาที่รองรับ 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"
    ]
}