Your Next Challenge
#1 - Your Next Challenge - show information about the challenges you are participating in
ما هو Your Next Challenge؟
Your Next Challenge هو إضافة Chrome تم تطويرها بواسطة stijn.bernaer، والميزة الرئيسية لها هي "#1 - Your Next Challenge - show information about the challenges you are participating in".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Your Next Challenge
قم بتنزيل ملفات الامتداد Your Next Challenge بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
#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 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://challengeconvert.com/ |
عنوان صفحة المساعدة | https://challengeconvert.com/ |
عنوان صفحة سياسة الخصوصية | 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" } |