Your Next Challenge

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

Your Next Challenge là gì?

Your Next Challenge là một tiện ích mở rộng Chrome được phát triển bởi stijn.bernaer, và tính năng chính của nó là "#1 - Your Next Challenge - show information about the challenges you are participating in".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Your Next Challenge

Tải xuống các tệp mở rộng Your Next Challenge dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Your Next Challenge Your Next Challenge
ID hhbekfhbbejhdbpbcchcbedancflibji
URL Chính Thức https://chromewebstore.google.com/detail/your-next-challenge/hhbekfhbbejhdbpbcchcbedancflibji
Mô tả #1 - Your Next Challenge - show information about the challenges you are participating in
Kích Thước Tệp 164 KB
Số Lần Cài Đặt 123
Phiên Bản Hiện Tại v2.2
Cập Nhật Lần Cuối 2021-01-24
Ngày Phát Hành 2020-09-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển stijn.bernaer
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://challengeconvert.com/
URL Trang Trợ Giúp https://challengeconvert.com/
URL Trang Chính Sách Bảo Mật https://domaintube.net/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}