Your Next Challenge
#1 - Your Next Challenge - show information about the challenges you are participating in
Was ist Your Next Challenge?
Your Next Challenge ist eine Chrome-Erweiterung, die von stijn.bernaer entwickelt wurde, und ihr Hauptmerkmal ist "#1 - Your Next Challenge - show information about the challenges you are participating in".
Erweiterungsscreenshots
Your Next Challenge-Erweiterungs-CRX-Datei herunterladen
Laden Sie Your Next Challenge-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
#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 ...
Grundlegende Informationen zur Erweiterung
Name | Your Next Challenge |
ID | hhbekfhbbejhdbpbcchcbedancflibji |
Offizielle URL | https://chromewebstore.google.com/detail/your-next-challenge/hhbekfhbbejhdbpbcchcbedancflibji |
Beschreibung | #1 - Your Next Challenge - show information about the challenges you are participating in |
Dateigröße | 164 KB |
Installationsanzahl | 123 |
Aktuelle Version | v2.2 |
Letztes Update | 2021-01-24 |
Veröffentlichungsdatum | 2020-09-09 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | stijn.bernaer |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://challengeconvert.com/ |
Hilfeseite URL | https://challengeconvert.com/ |
URL der Datenschutzrichtlinien-Seite | https://domaintube.net/privacy-policy |
Unterstützte Sprachen | 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" } |