Miniplay.com - Free Games

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

Apa itu Miniplay.com - Free Games?

Miniplay.com - Free Games adalah ekstensi Chrome yang dikembangkan oleh https://www.miniplay.com, dan fitur utamanya adalah "Enjoy thousands of free games from Miniplay.com with this Chrome extension!".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Miniplay.com - Free Games

Unduh file ekstensi Miniplay.com - Free Games dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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]                    

Informasi Dasar Ekstensi

Nama Miniplay.com - Free Games Miniplay.com - Free Games
ID ipiejeandmfgndimddbdoalejbbebenn
URL Resmi https://chromewebstore.google.com/detail/miniplaycom-free-games/ipiejeandmfgndimddbdoalejbbebenn
Deskripsi Enjoy thousands of free games from Miniplay.com with this Chrome extension!
Ukuran File 285 KB
Jumlah Instalasi 10,620
Versi Saat Ini 1.0.14
Terakhir Diperbarui 2020-06-02
Tanggal Publikasi 2020-06-01
Penilaian 4.43/5 Total 21 Penilaian
Pengembang https://www.miniplay.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.miniplay.com
URL Halaman Bantuan https://ayuda.minijuegos.com/hc/
URL Halaman Kebijakan Privasi https://www.minijuegos.com/support/privacy
Bahasa yang Didukung 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"
}