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.

Qu'est-ce que LearnTube - Learn 100+ Skills for Free ?

LearnTube - Learn 100+ Skills for Free est une extension Chrome développée par https://learntube.ai, et sa fonction principale est "Get certified for learning on Youtube. Learn from 100+ expert curated courses for free & get your doubts solved by professionals.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension LearnTube - Learn 100+ Skills for Free

Téléchargez les fichiers d'extension LearnTube - Learn 100+ Skills for Free au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom LearnTube - Learn 100+ Skills for Free LearnTube - Learn 100+ Skills for Free
ID jeafpcbmaphhkcbdaknfaololcljmkfc
URL Officiel https://chromewebstore.google.com/detail/learntube-learn-100+-skil/jeafpcbmaphhkcbdaknfaololcljmkfc
Description Get certified for learning on Youtube. Learn from 100+ expert curated courses for free & get your doubts solved by professionals.
Taille du Fichier 11.26 KB
Nombre d'Installations 741
Version Actuelle 1.1
Dernière Mise à Jour 2022-03-31
Date de Publication 2022-03-11
Évaluation 4.74/5 Total 19 Évaluations
Développeur https://learntube.ai
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://learntube.ai
Langues Prises en Charge 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;"
    }
}