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”。
擴展截圖
下載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 ... 擴展基本資訊
| 名稱 | |
| ID | hhbekfhbbejhdbpbcchcbedancflibji |
| 官方網址 | 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"
} | |