Your Next Challenge
#1 - Your Next Challenge - show information about the challenges you are participating in
Hvad er Your Next Challenge?
Your Next Challenge er en Chrome-udvidelse udviklet af stijn.bernaer, og dens hovedfunktion er "#1 - Your Next Challenge - show information about the challenges you are participating in".
Udvidelsesskærmbilleder
Download Your Next Challenge-udvidelses-CRX-fil
Download Your Next Challenge-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
#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 ...
Grundlæggende oplysninger om udvidelsen
Navn | Your Next Challenge |
ID | hhbekfhbbejhdbpbcchcbedancflibji |
Officiel URL | https://chromewebstore.google.com/detail/your-next-challenge/hhbekfhbbejhdbpbcchcbedancflibji |
Beskrivelse | #1 - Your Next Challenge - show information about the challenges you are participating in |
Filstørrelse | 164 KB |
Antal Installationer | 123 |
Nuværende Version | v2.2 |
Senest Opdateret | 2021-01-24 |
Udgivelsesdato | 2020-09-09 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | stijn.bernaer |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://challengeconvert.com/ |
Hjælpeside-URL | https://challengeconvert.com/ |
URL til Fortrolighedspolitik Side | https://domaintube.net/privacy-policy |
Understøttede Sprog | 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" } |