Udemy Creation Date

Simple web extension to get the creation date of a course

Udemy Creation Date क्या है?

Udemy Creation Date H3lltronik द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple web extension to get the creation date of a course"।

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

screenshot

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

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

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

                        This simple web extension allow you to visualize the creation date of an Udemy course so you could make a better desicion in whether you buy it or not.

Just click on the extension icon and you are good to go 🧐                    

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

नाम Udemy Creation Date Udemy Creation Date
ID geefpmbdhidciekkfocjinkbefjegmkn
आधिकारिक URL https://chromewebstore.google.com/detail/udemy-creation-date/geefpmbdhidciekkfocjinkbefjegmkn
विवरण Simple web extension to get the creation date of a course
फ़ाइल का आकार 41.42 KB
स्थापना संख्या 666
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-10-09
प्रकाशन तिथि 2021-10-09
रेटिंग 4.82/5 कुल 11 रेटिंग्स
डेवलपर H3lltronik
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Udemy Creation Date",
    "description": "Simple web extension to get the creation date of a course",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "service_worker": "background.js"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "\/images\/favicon-32x32.png",
        "default_title": "Udemy Wea!"
    },
    "permissions": [
        "activeTab"
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/*.udemy.com\/*"
        ]
    }
}