Your Next Challenge
#1 - Your Next Challenge - show information about the challenges you are participating in
Co to jest Your Next Challenge?
Your Next Challenge to rozszerzenie Chrome opracowane przez stijn.bernaer, a jego główną funkcją jest „#1 - Your Next Challenge - show information about the challenges you are participating in”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Your Next Challenge
Pobierz pliki rozszerzeń Your Next Challenge w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
#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 ...
Podstawowe informacje o rozszerzeniu
Nazwa | Your Next Challenge |
ID | hhbekfhbbejhdbpbcchcbedancflibji |
Oficjalny URL | https://chromewebstore.google.com/detail/your-next-challenge/hhbekfhbbejhdbpbcchcbedancflibji |
Opis | #1 - Your Next Challenge - show information about the challenges you are participating in |
Rozmiar pliku | 164 KB |
Liczba instalacji | 123 |
Aktualna Wersja | v2.2 |
Ostatnia Aktualizacja | 2021-01-24 |
Data Publikacji | 2020-09-09 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | stijn.bernaer |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://challengeconvert.com/ |
Adres URL Strony Pomocy | https://challengeconvert.com/ |
Adres URL Strony Polityki Prywatności | https://domaintube.net/privacy-policy |
Obsługiwane Języki | 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" } |