Your Next Challenge
#1 - Your Next Challenge - show information about the challenges you are participating in
Your Next Challenge क्या है?
Your Next Challenge stijn.bernaer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "#1 - Your Next Challenge - show information about the challenges you are participating in"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Your Next Challenge एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/ |
सहायता पृष्ठ URL | https://challengeconvert.com/ |
गोपनीयता नीति पृष्ठ URL | 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" } |