Your Next Challenge

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

¿Qué es Your Next Challenge?

Your Next Challenge es una extensión de Chrome desarrollada por stijn.bernaer, y su función principal es "#1 - Your Next Challenge - show information about the challenges you are participating in".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Your Next Challenge

Descarga archivos de extensión Your Next Challenge en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        #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 ...                    

Información Básica de la Extensión

Nombre Your Next Challenge Your Next Challenge
ID hhbekfhbbejhdbpbcchcbedancflibji
URL Oficial https://chromewebstore.google.com/detail/your-next-challenge/hhbekfhbbejhdbpbcchcbedancflibji
Descripción #1 - Your Next Challenge - show information about the challenges you are participating in
Tamaño del Archivo 164 KB
Cantidad de Instalaciones 123
Versión Actual v2.2
Última Actualización 2021-01-24
Fecha de Publicación 2020-09-09
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador stijn.bernaer
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://challengeconvert.com/
URL de la Página de Ayuda https://challengeconvert.com/
URL de la Página de Política de Privacidad https://domaintube.net/privacy-policy
Idiomas Soportados 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"
}