HTML5 Pink – Cool Girl Games

Enjoy amazing games for girls on HTML5.pink

什麼是HTML5 Pink – Cool Girl Games?

HTML5 Pink – Cool Girl Games是由H5開發的Chrome擴展程式,該擴展的主要功能是“Enjoy amazing games for girls on HTML5.pink”。

擴展截圖

screenshot

下載HTML5 Pink – Cool Girl Games擴展crx文件

下載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
官方網址 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"
        }
    ]
}