Lazy Vaccine Platform

Help reduce online distractions, save time on Internet, drive people back to learn and motivate people to share knowledge

Lazy Vaccine Platform란 무엇입니까?

Lazy Vaccine Platform은(는) https://lazyvaccine.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Help reduce online distractions, save time on Internet, drive people back to learn and motivate people to share knowledge"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Lazy Vaccine Platform 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        We have some problems:
1. People are lazy to learn
We all know learning is essential, but human brain was designed to be distracted. This makes everyone procrastinates in learning. The brain scans the environment to see if other things might be more interesting or important four times per second. This triggers us to visit our favourite websites (especially social networks) for a few minutes, but we stay for hours. That's how we lose time.
2. People are lazy to share
People who can create valuable learning materials are the ones who value their time. 
This makes creators lazy to share because they get nothing worth their time.
3. No control over the content on websites
We see almost the same contents on any websites that the publishers provide. Everyone is unique; you have the right to decide the content you see on the web browser.

A learning platform that makes learners & creators happy. Lazy Vaccine helps people use time more efficiently to learn, share knowledge and make the Earth green again:
- Users start by subscribing to the learning set that they want to learn. 
When a user browses his favourite website, LZV will drive the user back to learning 
by injecting those learning content (such as knowledge cards, flashcards, quizzes) 
and can learn by interacting with the injected content.
- When creators get the credit worth their time, this inspires them to share more.
- Users choose which learning content they want to see on their favourite websites.                    

확장 프로그램 기본 정보

이름 Lazy Vaccine Platform Lazy Vaccine Platform
ID pgnilfdgiaibihnlphdkbcnnbmbffodd
공식 URL https://chromewebstore.google.com/detail/lazy-vaccine-platform/pgnilfdgiaibihnlphdkbcnnbmbffodd
설명 Help reduce online distractions, save time on Internet, drive people back to learn and motivate people to share knowledge
파일 크기 6.34 MB
설치 횟수 133
현재 버전 1.3.1
최근 업데이트 2023-03-29
출시 날짜 2019-07-10
평점 5.00/5 총 7 개의 평점
개발자 https://lazyvaccine.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://lazyvaccine.com/
도움말 페이지 URL https://forms.gle/Czqrgp9xNDJ4rRg58
개인정보 보호 정책 페이지 URL https://lazyvaccine.com
지원되는 언어 en,vi,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "manifest_version": 3,
    "version": "1.3.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png"
        },
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "oauth2": {
        "client_id": "45752199260-3c2j9bi5vofktbqet1uk4utjbrli23i2.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnIyNNC2+MKuiKCtmlHfMLWj80Z+MCL17mxfENOL7N7c2il4Mxj+YTqkm5k42COUz1kh2C6YJYSDV08QYt6K0+wBuxu0boGFrU8RacJ8k6pmK0I3U00cLKQ\/dfxi317gyS43uIf6gVtNdAOurzohoTDVgcaIFYpShRlYoHh4t6oPciRXQUYanesd8dPbSU+XjSA5jAvk0ofXWykqSAiN0ZvdoPjI5PMHp+URmU4juMzj4uOjjGbZ2Ef78Gkp3bps8tNjw9B+uzjNZiEwVjrvR28DW5L\/eRvCFLiylH7saEgZKcP61ssHORd4CokILidZ2jS4dqpOGXbohv+wrnpO7MwIDAQAB",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "pages\/heap-2553677209.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/*",
                "pages\/lazy-vaccine.html",
                "pages\/oauth.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}