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.

LearnTube - Learn 100+ Skills for Free là gì?

LearnTube - Learn 100+ Skills for Free là một tiện ích mở rộng Chrome được phát triển bởi https://learntube.ai, và tính năng chính của nó là "Get certified for learning on Youtube. Learn from 100+ expert curated courses for free & get your doubts solved by professionals.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng LearnTube - Learn 100+ Skills for Free

Tải xuống các tệp mở rộng LearnTube - Learn 100+ Skills for Free dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LearnTube - Learn 100+ Skills for Free LearnTube - Learn 100+ Skills for Free
ID jeafpcbmaphhkcbdaknfaololcljmkfc
URL Chính Thức https://chromewebstore.google.com/detail/learntube-learn-100+-skil/jeafpcbmaphhkcbdaknfaololcljmkfc
Mô tả Get certified for learning on Youtube. Learn from 100+ expert curated courses for free & get your doubts solved by professionals.
Kích Thước Tệp 11.26 KB
Số Lần Cài Đặt 741
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-03-31
Ngày Phát Hành 2022-03-11
Đánh Giá 4.74/5 Tổng số 19 Đánh Giá
Nhà Phát Triển https://learntube.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://learntube.ai
Ngôn Ngữ Được Hỗ Trợ 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;"
    }
}