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
官方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"
        }
    ]
}