Your Next Challenge

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

什么是Your Next Challenge?

Your Next Challenge是由stijn.bernaer开发的Chrome扩展程序,该扩展的主要功能是“#1 - Your Next Challenge - show information about the challenges you are participating in”。

扩展截图

screenshot

下载Your Next Challenge扩展crx文件

下载Your Next Challenge扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Your Next Challenge Your Next Challenge
ID hhbekfhbbejhdbpbcchcbedancflibji
官方URL https://chromewebstore.google.com/detail/your-next-challenge/hhbekfhbbejhdbpbcchcbedancflibji
简介 #1 - Your Next Challenge - show information about the challenges you are participating in
文件大小 164 KB
安装次数 123
当前版本 v2.2
更新时间 2021-01-24
上架时间 2020-09-09
评分 5.00/5 共1次评分
开发者 stijn.bernaer
电子邮箱 [email protected]
付费类型 free
扩展官网 https://challengeconvert.com/
帮助页面URL https://challengeconvert.com/
隐私政策页面URL https://domaintube.net/privacy-policy
支持的语言 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"
}