Miniplay.com - Free Games
Enjoy thousands of free games from Miniplay.com with this Chrome extension!
Vad är Miniplay.com - Free Games?
Miniplay.com - Free Games är en Chrome-tillägg utvecklad av https://www.miniplay.com, och dess huvudfunktion är "Enjoy thousands of free games from Miniplay.com with this Chrome extension!".
Tilläggsskärmbilder
Ladda ner Miniplay.com - Free Games-förlängningens CRX-fil
Ladda ner Miniplay.com - Free 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
MINIPLAY Chrome Extension
Thanks to this extension you can play in your Chrome browser to the latest games added at Miniplay.com
Have quick access with a single click to your user profile, your favorite games or new and awesome game recommendations.
Give our extension a try and let me know what you think, feedback is appreciated!
Feel free to send us an email @ [email protected] Grundläggande Information om Tillägg
| Namn | |
| ID | ipiejeandmfgndimddbdoalejbbebenn |
| Officiell webbadress | https://chromewebstore.google.com/detail/miniplaycom-free-games/ipiejeandmfgndimddbdoalejbbebenn |
| Beskrivning | Enjoy thousands of free games from Miniplay.com with this Chrome extension! |
| Filstorlek | 285 KB |
| Antal Installationer | 10,620 |
| Aktuell Version | 1.0.14 |
| Senast Uppdaterad | 2020-06-02 |
| Publiceringsdatum | 2020-06-01 |
| Betyg | 4.43/5 Totalt 21 Betyg |
| Utvecklare | https://www.miniplay.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.miniplay.com |
| Hjälpsida URL | https://ayuda.minijuegos.com/hc/ |
| URL till Sekretesspolicy Sidan | https://www.minijuegos.com/support/privacy |
| Stödda Språk | en,es,it |
| manifest.json | |
{
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"manifest_version": 2,
"version": "1.0.14",
"default_locale": "en",
"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"
} | |