Your Next Challenge

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

Wat is Your Next Challenge?

Your Next Challenge is een Chrome-extensie ontwikkeld door stijn.bernaer, en de belangrijkste functie is "#1 - Your Next Challenge - show information about the challenges you are participating in".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Your Next Challenge

Download Your Next Challenge-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Your Next Challenge Your Next Challenge
ID hhbekfhbbejhdbpbcchcbedancflibji
Officiële URL https://chromewebstore.google.com/detail/your-next-challenge/hhbekfhbbejhdbpbcchcbedancflibji
Beschrijving #1 - Your Next Challenge - show information about the challenges you are participating in
Bestandsgrootte 164 KB
Aantal Installaties 123
Huidige Versie v2.2
Laatst Bijgewerkt 2021-01-24
Publicatiedatum 2020-09-09
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar stijn.bernaer
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://challengeconvert.com/
Help Pagina-URL https://challengeconvert.com/
URL van de Privacybeleid Pagina https://domaintube.net/privacy-policy
Ondersteunde Talen 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"
}