Miniplay.com - Free Games
Enjoy thousands of free games from Miniplay.com with this Chrome extension!
Wat is Miniplay.com - Free Games?
Miniplay.com - Free Games is een Chrome-extensie ontwikkeld door https://www.minigiochi.com, en de belangrijkste functie is "Enjoy thousands of free games from Miniplay.com with this Chrome extension!".
Extensie Screenshots
Download het CRX-bestand van de extensie Miniplay.com - Free Games
Download Miniplay.com - Free 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
Minigiochi Chrome Extension - *Giochi nuovi ogni giorno*
Grazie a questa estensione puoi giocare nel tuo browser Chrome agli ultimi giochi aggiunti in Minigiochi.com.
Accedi rapidamente con un clic al tuo profilo, ai tuoi giochi preferiti e a nuove raccomandazioni di giochi. Basisinformatie over de Extensie
| Naam | |
| ID | hlpbijgcoogekkgnaplmgcgekbkehiij |
| Officiële URL | https://chromewebstore.google.com/detail/miniplaycom-free-games/hlpbijgcoogekkgnaplmgcgekbkehiij |
| Beschrijving | Enjoy thousands of free games from Miniplay.com with this Chrome extension! |
| Bestandsgrootte | 285 KB |
| Aantal Installaties | 622 |
| Huidige Versie | 1.0.14 |
| Laatst Bijgewerkt | 2020-06-25 |
| Publicatiedatum | 2020-06-25 |
| Beoordeling | 3.50/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | https://www.minigiochi.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.minigiochi.com |
| Help Pagina-URL | https://ayuda.minijuegos.com/hc/es |
| URL van de Privacybeleid Pagina | https://www.minijuegos.com/support/privacy |
| Ondersteunde Talen | en,es,it |
| manifest.json | |
{
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"manifest_version": 2,
"version": "1.0.14",
"default_locale": "it",
"icons": {
"128": ".\/img\/icon_128.png",
"16": ".\/img\/icon_16.png",
"48": ".\/img\/icon_48.png"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"background": {
"scripts": [
".\/js\/background.js"
]
},
"browser_action": {
"default_icon": ".\/img\/icon_48.png",
"default_popup": "popup.html"
},
"permissions": [
"contentSettings",
"*:\/\/*.minijuegos.com\/",
"*:\/\/*.miniplay.com\/",
"*:\/\/*.minigiochi.com\/",
"*:\/\/*.minijogos.com.br\/"
],
"externally_connectable": {
"matches": [
"*:\/\/localhost\/*",
"*:\/\/*.minijuegos.com\/*",
"*:\/\/*.miniplay.com\/*",
"*:\/\/*.minigiochi.com\/*",
"*:\/\/*.minijogos.com.br\/*"
]
},
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
} | |