Your Next Challenge

#1 - Your Next Challenge - show information about the challenges you are participating in

Что такое Your Next Challenge?

Your Next Challenge - это расширение Chrome, разработанное stijn.bernaer, и его основная функция - "#1 - Your Next Challenge - show information about the challenges you are participating in".

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

screenshot

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

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

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

                        #1 Your Next Challenge . This extension allows you to participate in challenges organized by coaches. It gives you up-to-date information about the practicalities of a challenge (what, when, where). You'll be able to discover un-announced bonusses ...                    

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

Название Your Next Challenge Your Next Challenge
ID hhbekfhbbejhdbpbcchcbedancflibji
Официальный URL https://chromewebstore.google.com/detail/your-next-challenge/hhbekfhbbejhdbpbcchcbedancflibji
Описание #1 - Your Next Challenge - show information about the challenges you are participating in
Размер файла 164 KB
Количество установок 123
Текущая Версия v2.2
Последнее Обновление 2021-01-24
Дата публикации 2020-09-09
Рейтинг 5.00/5 Всего 1 оценок
Разработчик stijn.bernaer
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://challengeconvert.com/
URL страницы помощи https://challengeconvert.com/
URL страницы политики конфиденциальности https://domaintube.net/privacy-policy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "lib\/moment-with-locales.min.js",
            "lib\/moment-timezone.js",
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/icon-128.png",
        "default_title": "#1 - Your Next Challenge",
        "default_popup": "popup\/popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "#1 - Your Next Challenge - show information about the challenges you are participating in",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "manifest_version": 2,
    "name": "Your Next Challenge",
    "permissions": [
        "background",
        "alarms",
        "https:\/\/*.challengeconvert.com\/"
    ],
    "version": "2.2",
    "version_name": "v2.2"
}