Udemy Creation Date

Simple web extension to get the creation date of a course

O que é Udemy Creation Date?

Udemy Creation Date é uma extensão do Chrome desenvolvida por H3lltronik, e sua principal característica é "Simple web extension to get the creation date of a course".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Udemy Creation Date

Baixe arquivos de extensão Udemy Creation Date no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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 🧐                    

Informações Básicas da Extensão

Nome Udemy Creation Date Udemy Creation Date
ID geefpmbdhidciekkfocjinkbefjegmkn
URL Oficial https://chromewebstore.google.com/detail/udemy-creation-date/geefpmbdhidciekkfocjinkbefjegmkn
Descrição Simple web extension to get the creation date of a course
Tamanho do Arquivo 41.42 KB
Contagem de Instalações 666
Versão Atual 1.0
Última Atualização 2021-10-09
Data de Publicação 2021-10-09
Classificação 4.82/5 Total de 11 Avaliações
Desenvolvedor H3lltronik
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
        ]
    }
}