LearnTube - Learn 100+ Skills for Free

Get certified for learning on Youtube. Learn from 100+ expert curated courses for free & get your doubts solved by professionals.

O que é LearnTube - Learn 100+ Skills for Free?

LearnTube - Learn 100+ Skills for Free é uma extensão do Chrome desenvolvida por https://learntube.ai, e sua principal característica é "Get certified for learning on Youtube. Learn from 100+ expert curated courses for free & get your doubts solved by professionals.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão LearnTube - Learn 100+ Skills for Free

Baixe arquivos de extensão LearnTube - Learn 100+ Skills for Free 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

                        LearnTube is a Free chrome extension by CareerNinja that helps you learn better right inside YouTube. 

With 100+ skills & 1000+ micro-skills, we have courses for most of the in-demand topics you would want to learn across business, marketing, software, design & data for you to fast-forward your career.

🚀Supercharge Your Online Learning With:🚀

🥇 Expert Curation: Top 1% content curated for you, so you no longer need to wonder what all to watch or which is the best video for what you need to learn. 

🎓 Certification: Say goodbye to hours spent learning on YouTube with nothing to show. 

🆓 Free Learning: Learning is 100% Free. Enough said. 

💼 Placement Support: Top learners get interview preparation, CV guidance & connected to jobs from our 400+ employer partners. 

👨🏻‍🏫️ Expert Doubt Solving: Get guaranteed answers within 24 hours to your doubts, so that you never get stuck while learning again.

👨🏻‍💻️ No New App to Remember: Get certified right inside your browser & on your favourite video site.

📝 Assessments: Test & prove your learning with a few quick mcq quizzes and earn badges. 

______________________________________________
50,000+ learners have taken up our courses and have given it an awesome rating of 4.8/5. 

What they say:
"After the course, I was able to get 2 Digital Marketing internships."- Yashika Zutshi
"I was able to create my own Instagram page and website!"- Noah Miller
"My experience has been great. Learning from experts is really insightful."-Vinuthan Raj
"Wholesome, Practical, Personalised Courses!"- Alina Petrova
"You helped me get my confidence back & I was able to clear an interview with GroupM" - Debora Sousa
_________________

How to start? 
Just install & pin the extension, visit YouTube & in the extension side bar search for the skill you want to learn, follow the playlist & voila YouTube now becomes your go-to for certified learning! It's that simple. 

Any feature requests, suggestions or questions? Just email us on [email protected]                    

Informações Básicas da Extensão

Nome LearnTube - Learn 100+ Skills for Free LearnTube - Learn 100+ Skills for Free
ID jeafpcbmaphhkcbdaknfaololcljmkfc
URL Oficial https://chromewebstore.google.com/detail/learntube-learn-100+-skil/jeafpcbmaphhkcbdaknfaololcljmkfc
Descrição Get certified for learning on Youtube. Learn from 100+ expert curated courses for free & get your doubts solved by professionals.
Tamanho do Arquivo 11.26 KB
Contagem de Instalações 741
Versão Atual 1.1
Última Atualização 2022-03-31
Data de Publicação 2022-03-11
Classificação 4.74/5 Total de 19 Avaliações
Desenvolvedor https://learntube.ai
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://learntube.ai
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LearnTube - Learn 100+ Skills for Free",
    "short_name": "Learntube",
    "version": "1.1",
    "manifest_version": 3,
    "description": "Get certified for learning on Youtube. Learn from 100+ expert curated courses for free & get your doubts solved by professionals.",
    "homepage_url": "https:\/\/chrome.learntube.ai",
    "icons": {
        "16": "icons\/LearnTube Logo.DNI6bgfkEkysOqkWRHAiKA.png",
        "48": "icons\/LearnTube Logo.DNI6bgfkEkysOqkWRHAiKA.png",
        "128": "icons\/LearnTube Logo.DNI6bgfkEkysOqkWRHAiKA.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "webNavigation"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/bildr\/ui\/bildrPopUp.html",
                "src\/bildr\/ui\/css\/bildrStyle.css",
                "js\/injectScript_LearnTube - Learn 100+ Skills with Free Certi_1.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/js\/bildrScript_LearnTube - Learn 100+ Skills with Free Certi_1.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": ".\/icons\/LearnTube Logo.DNI6bgfkEkysOqkWRHAiKA.png",
        "default_title": "Learntube"
    },
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/chrome.learntube.ai;"
    }
}