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 là gì?

Lazy Vaccine Platform là một tiện ích mở rộng Chrome được phát triển bởi https://lazyvaccine.com, và tính năng chính của nó là "Help reduce online distractions, save time on Internet, drive people back to learn and motivate people to share knowledge".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lazy Vaccine Platform

Tải xuống các tệp mở rộng Lazy Vaccine Platform 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

                        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.                    

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

Tên Lazy Vaccine Platform Lazy Vaccine Platform
ID pgnilfdgiaibihnlphdkbcnnbmbffodd
URL Chính Thức https://chromewebstore.google.com/detail/lazy-vaccine-platform/pgnilfdgiaibihnlphdkbcnnbmbffodd
Mô tả Help reduce online distractions, save time on Internet, drive people back to learn and motivate people to share knowledge
Kích Thước Tệp 6.34 MB
Số Lần Cài Đặt 133
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2023-03-29
Ngày Phát Hành 2019-07-10
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://lazyvaccine.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://lazyvaccine.com/
URL Trang Trợ Giúp https://forms.gle/Czqrgp9xNDJ4rRg58
URL Trang Chính Sách Bảo Mật https://lazyvaccine.com
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
            ]
        }
    ]
}