Miniplay.com - Free Games

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

Τι είναι το Miniplay.com - Free Games;

Το Miniplay.com - Free Games είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.miniplay.com, και η κύρια λειτουργία του είναι "Enjoy thousands of free games from Miniplay.com with this Chrome extension!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Miniplay.com - Free Games

Λήψη αρχείων επέκτασης Miniplay.com - Free Games σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
}