HTML5 Pink – Cool Girl Games

Enjoy amazing games for girls on HTML5.pink

Co to jest HTML5 Pink – Cool Girl Games?

HTML5 Pink – Cool Girl Games to rozszerzenie Chrome opracowane przez H5, a jego główną funkcją jest „Enjoy amazing games for girls on HTML5.pink”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia HTML5 Pink – Cool Girl Games

Pobierz pliki rozszerzeń HTML5 Pink – Cool Girl Games w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa HTML5 Pink – Cool Girl Games HTML5 Pink – Cool Girl Games
ID kofmljbbcjgkepgjlklibkegabmhchin
Oficjalny URL https://chromewebstore.google.com/detail/html5-pink-%E2%80%93-cool-girl-ga/kofmljbbcjgkepgjlklibkegabmhchin
Opis Enjoy amazing games for girls on HTML5.pink
Rozmiar pliku 10.48 KB
Liczba instalacji 64
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-01-08
Data Publikacji 2023-01-08
Deweloper H5
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://html5.pink
Adres URL Strony Polityki Prywatności https://h5games.online/privacy
Obsługiwane Języki 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"
        }
    ]
}