Your Next Challenge

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

Qu'est-ce que Your Next Challenge ?

Your Next Challenge est une extension Chrome développée par stijn.bernaer, et sa fonction principale est "#1 - Your Next Challenge - show information about the challenges you are participating in".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Your Next Challenge

Téléchargez les fichiers d'extension Your Next Challenge au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Your Next Challenge Your Next Challenge
ID hhbekfhbbejhdbpbcchcbedancflibji
URL Officiel https://chromewebstore.google.com/detail/your-next-challenge/hhbekfhbbejhdbpbcchcbedancflibji
Description #1 - Your Next Challenge - show information about the challenges you are participating in
Taille du Fichier 164 KB
Nombre d'Installations 123
Version Actuelle v2.2
Dernière Mise à Jour 2021-01-24
Date de Publication 2020-09-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur stijn.bernaer
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://challengeconvert.com/
URL de la Page d'Aide https://challengeconvert.com/
URL de la Page de Politique de Confidentialité https://domaintube.net/privacy-policy
Langues Prises en Charge 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"
}