Your Next Challenge

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

What is Your Next Challenge?

Your Next Challenge is a Chrome extension developed by stijn.bernaer, and its main feature is "#1 - Your Next Challenge - show information about the challenges you are participating in".

Extension Screenshots

screenshot

Download Your Next Challenge Extension CRX File

Download Your Next Challenge extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Your Next Challenge Your Next Challenge
ID hhbekfhbbejhdbpbcchcbedancflibji
Official URL https://chromewebstore.google.com/detail/your-next-challenge/hhbekfhbbejhdbpbcchcbedancflibji
Description #1 - Your Next Challenge - show information about the challenges you are participating in
File Size 164 KB
Installation Count 123
Current Version v2.2
Last Updated 2021-01-24
Publish Date 2020-09-09
Rating 5.00/5 Total 1 Ratings
Developer stijn.bernaer
Email [email protected]
Payment Type free
Extension Website https://challengeconvert.com/
Help Page URL https://challengeconvert.com/
Privacy Policy Page URL https://domaintube.net/privacy-policy
Supported Languages 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"
}