Your Next Challenge

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

Apa itu Your Next Challenge?

Your Next Challenge adalah ekstensi Chrome yang dikembangkan oleh stijn.bernaer, dan fitur utamanya adalah "#1 - Your Next Challenge - show information about the challenges you are participating in".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Your Next Challenge

Unduh file ekstensi Your Next Challenge dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Your Next Challenge Your Next Challenge
ID hhbekfhbbejhdbpbcchcbedancflibji
URL Resmi https://chromewebstore.google.com/detail/your-next-challenge/hhbekfhbbejhdbpbcchcbedancflibji
Deskripsi #1 - Your Next Challenge - show information about the challenges you are participating in
Ukuran File 164 KB
Jumlah Instalasi 123
Versi Saat Ini v2.2
Terakhir Diperbarui 2021-01-24
Tanggal Publikasi 2020-09-09
Penilaian 5.00/5 Total 1 Penilaian
Pengembang stijn.bernaer
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://challengeconvert.com/
URL Halaman Bantuan https://challengeconvert.com/
URL Halaman Kebijakan Privasi https://domaintube.net/privacy-policy
Bahasa yang Didukung 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"
}