Epic free games

Check current free games on the epic store and link to the game page

Что такое Epic free games?

Epic free games - это расширение Chrome, разработанное Dimwol, и его основная функция - "Check current free games on the epic store and link to the game page".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Epic free games

Скачайте файлы расширений Epic free games в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Get notify when epic store add a new free game.                    

Основная информация о расширении

Название Epic free games Epic free games
ID lpnhdjooiifhkjmpmkghbbecccgllina
Официальный URL https://chrome.google.com/webstore/detail/epic-free-games/lpnhdjooiifhkjmpmkghbbecccgllina
Описание Check current free games on the epic store and link to the game page
Размер файла 46.07 KB
Количество установок 837
Текущая Версия 2
Последнее Обновление 2021-02-13
Дата публикации 2020-12-26
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Dimwol
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Epic free games",
    "description": "Check current free games on the epic store and link to the game page",
    "version": "2",
    "icons": {
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "128.png"
        }
    },
    "permissions": [
        "*:\/\/*.allorigins.win\/*",
        "notifications",
        "storage"
    ]
}