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란 무엇입니까?

LearnTube - Learn 100+ Skills for Free은(는) https://learntube.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get certified for learning on Youtube. Learn from 100+ expert curated courses for free & get your doubts solved by professionals."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

LearnTube - Learn 100+ Skills for Free 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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]                    

확장 프로그램 기본 정보

이름 LearnTube - Learn 100+ Skills for Free LearnTube - Learn 100+ Skills for Free
ID jeafpcbmaphhkcbdaknfaololcljmkfc
공식 URL https://chromewebstore.google.com/detail/learntube-learn-100+-skil/jeafpcbmaphhkcbdaknfaololcljmkfc
설명 Get certified for learning on Youtube. Learn from 100+ expert curated courses for free & get your doubts solved by professionals.
파일 크기 11.26 KB
설치 횟수 741
현재 버전 1.1
최근 업데이트 2022-03-31
출시 날짜 2022-03-11
평점 4.74/5 총 19 개의 평점
개발자 https://learntube.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://learntube.ai
지원되는 언어 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;"
    }
}