Your Next Challenge

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

O que é Your Next Challenge?

Your Next Challenge é uma extensão do Chrome desenvolvida por stijn.bernaer, e sua principal característica é "#1 - Your Next Challenge - show information about the challenges you are participating in".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Your Next Challenge

Baixe arquivos de extensão Your Next Challenge no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Your Next Challenge Your Next Challenge
ID hhbekfhbbejhdbpbcchcbedancflibji
URL Oficial https://chromewebstore.google.com/detail/your-next-challenge/hhbekfhbbejhdbpbcchcbedancflibji
Descrição #1 - Your Next Challenge - show information about the challenges you are participating in
Tamanho do Arquivo 164 KB
Contagem de Instalações 123
Versão Atual v2.2
Última Atualização 2021-01-24
Data de Publicação 2020-09-09
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor stijn.bernaer
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://challengeconvert.com/
URL da Página de Ajuda https://challengeconvert.com/
URL da Página de Política de Privacidade https://domaintube.net/privacy-policy
Idiomas Suportados 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"
}