HTML5 Pink – Cool Girl Games

Enjoy amazing games for girls on HTML5.pink

What is HTML5 Pink – Cool Girl Games?

HTML5 Pink – Cool Girl Games is a Chrome extension developed by H5, and its main feature is "Enjoy amazing games for girls on HTML5.pink".

Extension Screenshots

screenshot

Download HTML5 Pink – Cool Girl Games Extension CRX File

Download HTML5 Pink – Cool Girl Games extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name HTML5 Pink – Cool Girl Games HTML5 Pink – Cool Girl Games
ID kofmljbbcjgkepgjlklibkegabmhchin
Official URL https://chromewebstore.google.com/detail/html5-pink-%E2%80%93-cool-girl-ga/kofmljbbcjgkepgjlklibkegabmhchin
Description Enjoy amazing games for girls on HTML5.pink
File Size 10.48 KB
Installation Count 64
Current Version 1.0
Last Updated 2023-01-08
Publish Date 2023-01-08
Developer H5
Email [email protected]
Payment Type free
Extension Website https://html5.pink
Privacy Policy Page URL https://h5games.online/privacy
Supported Languages 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"
        }
    ]
}