HTML5 Pink – Cool Girl Games

Enjoy amazing games for girls on HTML5.pink

HTML5 Pink – Cool Girl Gamesคืออะไร?

HTML5 Pink – Cool Girl Games เป็นส่วนขยายของ Chrome ที่พัฒนาโดย H5 และคุณลักษณะหลักของมันคือ "Enjoy amazing games for girls on HTML5.pink"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HTML5 Pink – Cool Girl Games

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

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

                        Play the best games for girls and be the first to discover new games!                    

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

ชื่อ HTML5 Pink – Cool Girl Games HTML5 Pink – Cool Girl Games
ID kofmljbbcjgkepgjlklibkegabmhchin
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/html5-pink-%E2%80%93-cool-girl-ga/kofmljbbcjgkepgjlklibkegabmhchin
คำอธิบาย Enjoy amazing games for girls on HTML5.pink
ขนาดไฟล์ 10.48 KB
จำนวนการติดตั้ง 64
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-01-08
วันที่เผยแพร่ 2023-01-08
ผู้พัฒนา H5
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://html5.pink
URL หน้านโยบายความเป็นส่วนตัว https://h5games.online/privacy
ภาษาที่รองรับ en
manifest.json
{
    "manifest_version": 3,
    "name": "HTML5 Pink \u2013 Cool Girl Games",
    "description": "Enjoy amazing games for girls on HTML5.pink",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Cool Girl Games",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "hideInstallBtn.js"
            ],
            "matches": [
                "*:\/\/html5.pink\/*"
            ],
            "run_at": "document_end"
        }
    ]
}