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