Accropolis

Cette extension vous informe dès qu'un live est en cours !

Что такое Accropolis?

Accropolis - это расширение Chrome, разработанное https://accropolis.fr, и его основная функция - "Cette extension vous informe dès qu'un live est en cours !".

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

screenshot

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

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

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

                        Ne ratez plus aucun live d'Accropolis ! 

Un simple icône s'ajoute à votre navigateur, à côté de la barre d'adresse, et devient  verte quand la chaîne est en direct. Vous n'avez plus qu'à cliquer dessus pour vous rendre directement sur la chaîne Twitch d'Accropolis !

http://Accropolis.fr                    

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

Название Accropolis Accropolis
ID mhncadmiacfmkolcclpdbfnbjgadnhmg
Официальный URL https://chromewebstore.google.com/detail/accropolis/mhncadmiacfmkolcclpdbfnbjgadnhmg
Описание Cette extension vous informe dès qu'un live est en cours !
Размер файла 12.69 KB
Количество установок 188
Текущая Версия 1.3
Последнее Обновление 2020-03-31
Дата публикации 2020-03-31
Рейтинг 5.00/5 Всего 16 оценок
Разработчик https://accropolis.fr
Тип оплаты free
Официальный сайт расширения http://accropolis.fr
Поддерживаемые языки fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_title__",
    "version": "1.3",
    "default_locale": "fr",
    "description": "__MSG_description__",
    "icons": {
        "48": "icons\/accropolis48.png",
        "96": "icons\/accropolis96.png"
    },
    "permissions": [
        "notifications"
    ],
    "background": {
        "scripts": [
            "lib\/browser-polyfill.js",
            "main.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/accropolis96.png",
        "default_title": "__MSG_title__"
    }
}