HTML5 Pink – Cool Girl Games
Enjoy amazing games for girls on HTML5.pink
Vad är HTML5 Pink – Cool Girl Games?
HTML5 Pink – Cool Girl Games är en Chrome-tillägg utvecklad av H5, och dess huvudfunktion är "Enjoy amazing games for girls on HTML5.pink".
Tilläggsskärmbilder
Ladda ner HTML5 Pink – Cool Girl Games-förlängningens CRX-fil
Ladda ner HTML5 Pink – Cool Girl Games-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Play the best games for girls and be the first to discover new games! Grundläggande Information om Tillägg
| Namn | |
| ID | kofmljbbcjgkepgjlklibkegabmhchin |
| Officiell webbadress | https://chromewebstore.google.com/detail/html5-pink-%E2%80%93-cool-girl-ga/kofmljbbcjgkepgjlklibkegabmhchin |
| Beskrivning | Enjoy amazing games for girls on HTML5.pink |
| Filstorlek | 10.48 KB |
| Antal Installationer | 64 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2023-01-08 |
| Publiceringsdatum | 2023-01-08 |
| Utvecklare | H5 |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://html5.pink |
| URL till Sekretesspolicy Sidan | https://h5games.online/privacy |
| Stödda Språk | 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"
}
]
} | |