Miniplay.com - Free Games

Enjoy thousands of free games from Miniplay.com with this Chrome extension!

Cos'è Miniplay.com - Free Games?

Miniplay.com - Free Games è un'estensione di Chrome sviluppata da https://www.miniplay.com, e la sua funzione principale è "Enjoy thousands of free games from Miniplay.com with this Chrome extension!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Miniplay.com - Free Games

Scarica i file di estensione Miniplay.com - Free Games in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Miniplay.com - Free Games Miniplay.com - Free Games
ID ipiejeandmfgndimddbdoalejbbebenn
URL Ufficiale https://chromewebstore.google.com/detail/miniplaycom-free-games/ipiejeandmfgndimddbdoalejbbebenn
Descrizione Enjoy thousands of free games from Miniplay.com with this Chrome extension!
Dimensione del File 285 KB
Conteggio Installazioni 10,620
Versione Corrente 1.0.14
Ultimo Aggiornamento 2020-06-02
Data di Pubblicazione 2020-06-01
Valutazione 4.43/5 Totale 21 Valutazioni
Sviluppatore https://www.miniplay.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.miniplay.com
URL della Pagina di Aiuto https://ayuda.minijuegos.com/hc/
URL della Pagina della Politica sulla Privacy https://www.minijuegos.com/support/privacy
Lingue Supportate 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"
}