Udemy Reset

Reset Udemy Curriculum Progress

Udemy Reset क्या है?

Udemy Reset Rafael Negron द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reset Udemy Curriculum Progress"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Udemy Reset एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        An extension used to reset the progress of a course on the Udemy website.

Instructions for usage:

1. Navigate to a course on Udemy that you already have some progress on.
2. Ensure that the Course Content panel is open (it's okay if you're on the mobile or desktop view).
3. Click on the Reset Progress button on the extension popup.
4. You'll see a slight animation (it's user feedback to let you know it's working!), and the panels will expand and then close, leaving your progress at 0.
5. Enjoy the fresh start!

Looking to contribute and/or check out the source?

Visit https://github.com/User5842/udemy-reset.                    

एक्सटेंशन की मूल जानकारी

नाम Udemy Reset Udemy Reset
ID gekcecelcbhmapkiepahomgbhddjeile
आधिकारिक URL https://chromewebstore.google.com/detail/udemy-reset/gekcecelcbhmapkiepahomgbhddjeile
विवरण Reset Udemy Curriculum Progress
फ़ाइल का आकार 12.29 KB
स्थापना संख्या 11,472
वर्तमान संस्करण 1.1
अंतिम अपडेट 2022-12-09
प्रकाशन तिथि 2022-04-07
रेटिंग 4.79/5 कुल 57 रेटिंग्स
डेवलपर Rafael Negron
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/User5842/udemy-reset
सहायता पृष्ठ URL https://github.com/User5842/udemy-reset/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/pencil.ico",
            "32": "\/images\/pencil.ico",
            "48": "\/images\/pencil.ico",
            "128": "\/images\/pencil.ico"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.udemy.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "description": "Reset Udemy Curriculum Progress",
    "icons": {
        "16": "\/images\/pencil.ico",
        "32": "\/images\/pencil.ico",
        "48": "\/images\/pencil.ico",
        "128": "\/images\/pencil.ico"
    },
    "manifest_version": 3,
    "name": "Udemy Reset",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "version": "1.1"
}