HTML5 Pink – Cool Girl Games
Enjoy amazing games for girls on HTML5.pink
Wat is HTML5 Pink – Cool Girl Games?
HTML5 Pink – Cool Girl Games is een Chrome-extensie ontwikkeld door H5, en de belangrijkste functie is "Enjoy amazing games for girls on HTML5.pink".
Extensie Screenshots
Download het CRX-bestand van de extensie HTML5 Pink – Cool Girl Games
Download HTML5 Pink – Cool Girl Games-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Play the best games for girls and be the first to discover new games! Basisinformatie over de Extensie
| Naam | |
| ID | kofmljbbcjgkepgjlklibkegabmhchin |
| Officiële URL | https://chromewebstore.google.com/detail/html5-pink-%E2%80%93-cool-girl-ga/kofmljbbcjgkepgjlklibkegabmhchin |
| Beschrijving | Enjoy amazing games for girls on HTML5.pink |
| Bestandsgrootte | 10.48 KB |
| Aantal Installaties | 64 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2023-01-08 |
| Publicatiedatum | 2023-01-08 |
| Ontwikkelaar | H5 |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://html5.pink |
| URL van de Privacybeleid Pagina | https://h5games.online/privacy |
| Ondersteunde Talen | 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"
}
]
} | |