Your Next Challenge
#1 - Your Next Challenge - show information about the challenges you are participating in
Vad är Your Next Challenge?
Your Next Challenge är en Chrome-tillägg utvecklad av stijn.bernaer, och dess huvudfunktion är "#1 - Your Next Challenge - show information about the challenges you are participating in".
Tilläggsskärmbilder
Ladda ner Your Next Challenge-förlängningens CRX-fil
Ladda ner Your Next Challenge-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
#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äggande Information om Tillägg
Namn | Your Next Challenge |
ID | hhbekfhbbejhdbpbcchcbedancflibji |
Officiell webbadress | https://chromewebstore.google.com/detail/your-next-challenge/hhbekfhbbejhdbpbcchcbedancflibji |
Beskrivning | #1 - Your Next Challenge - show information about the challenges you are participating in |
Filstorlek | 164 KB |
Antal Installationer | 123 |
Aktuell Version | v2.2 |
Senast Uppdaterad | 2021-01-24 |
Publiceringsdatum | 2020-09-09 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | stijn.bernaer |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://challengeconvert.com/ |
Hjälpsida URL | https://challengeconvert.com/ |
URL till Sekretesspolicy Sidan | https://domaintube.net/privacy-policy |
Stödda Språk | 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" } |