HTML5 Pink – Cool Girl Games

Enjoy amazing games for girls on HTML5.pink

Cos'è HTML5 Pink – Cool Girl Games?

HTML5 Pink – Cool Girl Games è un'estensione di Chrome sviluppata da H5, e la sua funzione principale è "Enjoy amazing games for girls on HTML5.pink".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione HTML5 Pink – Cool Girl Games

Scarica i file di estensione HTML5 Pink – Cool Girl Games in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome HTML5 Pink – Cool Girl Games HTML5 Pink – Cool Girl Games
ID kofmljbbcjgkepgjlklibkegabmhchin
URL Ufficiale https://chromewebstore.google.com/detail/html5-pink-%E2%80%93-cool-girl-ga/kofmljbbcjgkepgjlklibkegabmhchin
Descrizione Enjoy amazing games for girls on HTML5.pink
Dimensione del File 10.48 KB
Conteggio Installazioni 64
Versione Corrente 1.0
Ultimo Aggiornamento 2023-01-08
Data di Pubblicazione 2023-01-08
Sviluppatore H5
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://html5.pink
URL della Pagina della Politica sulla Privacy https://h5games.online/privacy
Lingue Supportate 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"
        }
    ]
}