Miniplay.com - Free Games

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

Miniplay.com - Free Games क्या है?

Miniplay.com - Free Games https://www.miniplay.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enjoy thousands of free games from Miniplay.com with this Chrome extension!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Miniplay.com - Free Games एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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]                    

एक्सटेंशन की मूल जानकारी

नाम Miniplay.com - Free Games Miniplay.com - Free Games
ID ipiejeandmfgndimddbdoalejbbebenn
आधिकारिक URL https://chromewebstore.google.com/detail/miniplaycom-free-games/ipiejeandmfgndimddbdoalejbbebenn
विवरण Enjoy thousands of free games from Miniplay.com with this Chrome extension!
फ़ाइल का आकार 285 KB
स्थापना संख्या 10,620
वर्तमान संस्करण 1.0.14
अंतिम अपडेट 2020-06-02
प्रकाशन तिथि 2020-06-01
रेटिंग 4.43/5 कुल 21 रेटिंग्स
डेवलपर https://www.miniplay.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.miniplay.com
सहायता पृष्ठ URL https://ayuda.minijuegos.com/hc/
गोपनीयता नीति पृष्ठ URL https://www.minijuegos.com/support/privacy
समर्थित भाषाएँ 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"
}