Your Next Challenge

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

Your Next Challengeคืออะไร?

Your Next Challenge เป็นส่วนขยายของ Chrome ที่พัฒนาโดย stijn.bernaer และคุณลักษณะหลักของมันคือ "#1 - Your Next Challenge - show information about the challenges you are participating in"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Your Next Challenge

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}