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 ...
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } |